Skip to content

Commit ffb2057

Browse files
committed
fix(rest/auth): lint error.
1 parent a0486da commit ffb2057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest/auth/cmd/client/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func provideLoggerOpts() ([]log.Option, error) {
3030
return []log.Option{log.WithLevel("TRACE")}, nil
3131
}
3232

33+
//nolint:unparam
3334
func provideClientOpts() ([]client.Option, error) {
3435
return []client.Option{client.WithClientMiddleware(client.MiddlewareConfig{Name: "log"})}, nil
3536
}

0 commit comments

Comments
 (0)