Skip to content

Commit

Permalink
remove redundant parens
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdynamic committed Dec 3, 2013
1 parent c4bc37a commit 3e8a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/facebook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def raw_info
end

def info_options
params = ({:appsecret_proof => appsecret_proof})
params = {:appsecret_proof => appsecret_proof}
params.merge!({:fields => options[:info_fields]}) if options[:info_fields]
params.merge!({:locale => options[:locale]}) if options[:locale]

Expand Down

0 comments on commit 3e8a216

Please sign in to comment.