Skip to content

Commit

Permalink
Order the imports using goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Apr 5, 2024
1 parent f0156f0 commit f21d2ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group_serviceaccounts_test.go
Expand Up @@ -18,11 +18,12 @@ package gitlab

import (
"fmt"
"github.com/stretchr/testify/require"
"net/http"
"reflect"
"testing"
"time"

"github.com/stretchr/testify/require"
)

func TestCreateServiceAccount(t *testing.T) {
Expand Down

0 comments on commit f21d2ce

Please sign in to comment.