Skip to content

Commit

Permalink
Removed unnecessary whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain Barnett committed Jun 6, 2012
1 parent 6dcaec2 commit 3489f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_warden_omniauth.rb
Expand Up @@ -137,7 +137,7 @@
assert { $captures.first == {:google_oauth2 => "user"} }
ensure
Warden::Strategies[:omni_facebook].on_callback &WardenOmniAuth::DEFAULT_CALLBACK
Warden::Strategies[:omni_twitter ].on_callback &WardenOmniAuth::DEFAULT_CALLBACK
Warden::Strategies[:omni_twitter].on_callback &WardenOmniAuth::DEFAULT_CALLBACK
Warden::Strategies[:omni_google_oauth2].on_callback &WardenOmniAuth::DEFAULT_CALLBACK
end
end
Expand Down

0 comments on commit 3489f1d

Please sign in to comment.