Skip to content

Commit

Permalink
Merge pull request #1275 from Permify/next
Browse files Browse the repository at this point in the history
style: run gofumpt to format imports and code
  • Loading branch information
tolgaOzen committed May 30, 2024
2 parents eb9519f + 6552a16 commit a616ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authn/oidc/authn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
. "github.com/onsi/gomega"

"github.com/Permify/permify/internal/config"
base `github.com/Permify/permify/pkg/pb/base/v1`
base "github.com/Permify/permify/pkg/pb/base/v1"
)

var _ = Describe("authn-oidc", func() {
Expand Down

0 comments on commit a616ca0

Please sign in to comment.