Skip to content

Commit

Permalink
Fix minor code syntax issue (beautification)
Browse files Browse the repository at this point in the history
  • Loading branch information
excpt committed May 10, 2015
1 parent 8974f5c commit 6f7a707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class InvalidJtiError < DecodeError; end
NAMED_CURVES = {
'prime256v1' => 'ES256',
'secp384r1' => 'ES384',
'secp521r1' => 'ES512',
'secp521r1' => 'ES512'
}

module_function
Expand Down

0 comments on commit 6f7a707

Please sign in to comment.