Skip to content

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nessamurmur committed Aug 8, 2014
1 parent cb04de7 commit 876abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/openid_connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def authorize_uri
client.authorization_uri(
response_type: options.response_type,
scope: options.scope,
nonce: nonce
nonce: nonce,
)
end

Expand Down

0 comments on commit 876abca

Please sign in to comment.