Skip to content

Commit

Permalink
remove additional spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Fridman <mf192@icloud.com>
  • Loading branch information
duhaesbaert and mfridman authored Aug 22, 2023
1 parent 04aead8 commit b09847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (p *Parser) ParseWithClaims(tokenString string, claims Claims, keyFunc Keyf
//
// WARNING: Don't use this method unless you know what you're doing.
//
// It's only ever useful in cases where you know the signature is valid (since it has already
// It's only ever useful in cases where you know the signature is valid (since it has already
// been or will be checked elsewhere in the stack) and you want to extract values from it.
func (p *Parser) ParseUnverified(tokenString string, claims Claims) (token *Token, parts []string, err error) {
parts = strings.Split(tokenString, ".")
Expand Down

0 comments on commit b09847e

Please sign in to comment.