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:
parent
81952622ac
commit
694de10920
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue