Fixed whitespace issue.

This commit is contained in:
Bob Aman 2012-03-02 17:07:35 +01:00
parent 2599184e88
commit 7545efddb6
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ module Google
).strip
# The writer method understands a few Symbols and will generate useful
# default authentication mechanisms.
self.authorization = options.key?("authorization") ? options["authorization"] : :oauth_2
self.authorization =
options.key?("authorization") ? options["authorization"] : :oauth_2
self.key = options["key"]
self.user_ip = options["user_ip"]
@discovery_uris = {}