Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Nov 18, 2023
1 parent ef40dee commit 8c4c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwk/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type JRKeyConverter interface {
// receives the _value_ that this pointer points to, to make it easier to
// detect the type of the result.
//
// Note that the the second argument may be an `interface{}` (which means that the
// Note that the second argument may be an `interface{}` (which means that the
// user has delegated the type detection to the converter).
//
// Raw must NOT modify the hint object, and should return jwk.ContinueError
Expand Down

0 comments on commit 8c4c9db

Please sign in to comment.