Fix typos that make ruby 1.8 break

This commit is contained in:
Carlos Sanchez 2014-01-14 12:04:06 +01:00
parent 958c428a20
commit fdedb5d00e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ module Fog
:method => 'GET',
:path => "droplets/#{id}/destroy",
# We scrub data so future users can't read our disks.
:query => {:scrub_data => '1' },
:query => {:scrub_data => '1' }
)
end

View File

@ -25,7 +25,7 @@ module Fog
result = self.build_result(
api_method,
parameters,
body_object=body_object,
body_object=body_object
)
response = self.build_response(result)
end