1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix to follow ruby code style

This commit is contained in:
Igor Rodionov 2014-08-07 18:19:37 +07:00
parent 81952622ac
commit 694de10920

View file

@ -36,7 +36,7 @@ module Fog
when 'deviceName', 'status', 'volumeId'
@block_device_mapping[name] = value
when 'groupId'
if !@context.include?('networkInterfaceSet') then
if !@context.include?('networkInterfaceSet')
@spot_instance_request['launchSpecification']['groupSet'] << value
end
when 'arn', 'name'