From 45bc8f4898c3b92e6bf6ebf67df3833cb9f83ea8 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Tue, 31 Jul 2012 23:57:45 +0300 Subject: [PATCH] Removed trailing whitespace. --- lib/google/api_client/discovery/media.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/google/api_client/discovery/media.rb b/lib/google/api_client/discovery/media.rb index 34408dc63..ffa7e87c3 100644 --- a/lib/google/api_client/discovery/media.rb +++ b/lib/google/api_client/discovery/media.rb @@ -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