Skip to content

Commit a616ca0

Browse files
authored
Merge pull request #1275 from Permify/next
style: run gofumpt to format imports and code
2 parents eb9519f + 6552a16 commit a616ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/authn/oidc/authn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
. "github.com/onsi/gomega"
1313

1414
"github.com/Permify/permify/internal/config"
15-
base `github.com/Permify/permify/pkg/pb/base/v1`
15+
base "github.com/Permify/permify/pkg/pb/base/v1"
1616
)
1717

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

0 commit comments

Comments
 (0)