Skip to content

Commit

Permalink
Removed trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Aman committed Jul 31, 2012
1 parent 3f50b2d commit 45bc8f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/google/api_client/discovery/media.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class APIClient
##
# Media upload elements for discovered methods
class MediaUpload

##
# Creates a description of a particular method.
#
Expand All @@ -45,17 +45,17 @@ def initialize(api, method_base, discovery_document)
##
# 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
Expand All @@ -72,6 +72,6 @@ def uri_template
end

end

end
end

0 comments on commit 45bc8f4

Please sign in to comment.