Fixed whitespace issue.
This commit is contained in:
		
							parent
							
								
									2599184e88
								
							
						
					
					
						commit
						7545efddb6
					
				| 
						 | 
				
			
			@ -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 = {}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue