Skip to content

Commit

Permalink
[storage|aws] fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 9, 2011
1 parent 6810151 commit 72b6675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/fog/storage/aws.rb
Expand Up @@ -17,15 +17,15 @@ class Storage < Fog::Service
request :complete_multipart_upload
request :copy_object
request :delete_bucket
request :delete_bucket_policy
request :delete_bucket_policy
request :delete_bucket_website
request :delete_object
request :get_bucket
request :get_bucket_acl
request :get_bucket_location
request :get_bucket_logging
request :get_bucket_object_versions
request :get_bucket_policy
request :get_bucket_policy
request :get_bucket_versioning
request :get_bucket_website
request :get_object
Expand All @@ -42,7 +42,7 @@ class Storage < Fog::Service
request :put_bucket
request :put_bucket_acl
request :put_bucket_logging
request :put_bucket_policy
request :put_bucket_policy
request :put_bucket_versioning
request :put_bucket_website
request :put_object
Expand Down

0 comments on commit 72b6675

Please sign in to comment.