mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Ran M-x align-regexp on the hashrockets
This commit is contained in:
parent
6f20a709ea
commit
4a4b8f69be
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ module Fog
|
|||
params.merge!(Fog::AWS.indexed_param('Tag.%d.Key', tags.keys))
|
||||
params.merge!(Fog::AWS.indexed_param('Tag.%d.Value', tags.values))
|
||||
request({
|
||||
'Action' => 'CreateTags',
|
||||
:idempotent => true,
|
||||
:parser => Fog::Parsers::Compute::AWS::Basic.new
|
||||
'Action' => 'CreateTags',
|
||||
:idempotent => true,
|
||||
:parser => Fog::Parsers::Compute::AWS::Basic.new
|
||||
}.merge!(params))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue