Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@canonical.com>
  • Loading branch information
babakks committed Mar 20, 2024
1 parent 7f8f398 commit 5712671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebac-admin-backend/v1/groups_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ import (
"net/http/httptest"
"testing"

"github.com/canonical/identity-platform-admin-ui/rebac-admin-backend/v1/resources"
qt "github.com/frankban/quicktest"
"go.uber.org/mock/gomock"

"github.com/canonical/identity-platform-admin-ui/rebac-admin-backend/v1/resources"
)

//go:generate mockgen -package resources -destination ./resources/mock_generated_server.go -source=./resources/generated_server.go
Expand Down

0 comments on commit 5712671

Please sign in to comment.