Skip to content

Commit

Permalink
Fix staticcheck err
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
  • Loading branch information
albertteoh committed Nov 2, 2021
1 parent bf6a818 commit 2742a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bearertoken/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "context"

type contextKeyType int

const contextKey = iota
const contextKey = contextKeyType(iota)

// StoragePropagationKey is a key for viper configuration to pass this option to storage plugins.
const StoragePropagationKey = "storage.propagate.token"
Expand Down

0 comments on commit 2742a11

Please sign in to comment.