Skip to content

Commit 481c0b8

Browse files
committed
lint
1 parent 48e87d2 commit 481c0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/remoteoauth/tokenoptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ func WithToken(token oauth2.Token) TokenSourceOption {
3232
// WithDefaultContext sets the default context for the token source, used when creating a new token request.
3333
// Deprecated: not used in the current implementation.
3434
func WithDefaultContext(_ context.Context) TokenSourceOption {
35-
return func(t *tokenSource) {}
35+
return func(*tokenSource) {}
3636
}

0 commit comments

Comments
 (0)