Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Nov 13, 2023
1 parent e2d66ef commit 25bc335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerbos/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
var _ Client[*GRPCClient, PrincipalCtx] = (*GRPCClient)(nil)

type config struct {
statsHandler stats.Handler
address string
tlsAuthority string
tlsCACert string
Expand All @@ -44,7 +45,6 @@ type config struct {
maxRetries uint
plaintext bool
tlsInsecure bool
statsHandler stats.Handler
}

type Opt func(*config)
Expand Down

0 comments on commit 25bc335

Please sign in to comment.