Removed trailing whitespace.
authorBob Aman <bobaman@google.com>
Tue, 31 Jul 2012 20:57:45 +0000 (23:57 +0300)
committerBob Aman <bobaman@google.com>
Tue, 31 Jul 2012 20:57:45 +0000 (23:57 +0300)
lib/google/api_client/discovery/media.rb

index 34408dc63523f80be03ebdac98112eca51bc56cb..ffa7e87c3dbf970b3d5b8ce092c24486a79fc878 100644 (file)
@@ -24,7 +24,7 @@ module Google
     ##
     # Media upload elements for discovered methods
     class MediaUpload
-    
+
       ##
       # Creates a description of a particular method.
       #
@@ -45,17 +45,17 @@ module Google
       ##
       # List of acceptable mime types
       #
-      # @return [Array] 
+      # @return [Array]
       #   List of acceptable mime types for uploaded content
       def accepted_types
         @discovery_document['accept']
       end
-      
+
       ##
       # Maximum size of an uplad
       # TODO: Parse & convert to numeric value
       #
-      # @return [String]  
+      # @return [String]
       def max_size
         @discovery_document['maxSize']
       end
@@ -72,6 +72,6 @@ module Google
       end
 
     end
-    
+
   end
 end