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.Key', tags.keys))
|
||||||
params.merge!(Fog::AWS.indexed_param('Tag.%d.Value', tags.values))
|
params.merge!(Fog::AWS.indexed_param('Tag.%d.Value', tags.values))
|
||||||
request({
|
request({
|
||||||
'Action' => 'CreateTags',
|
'Action' => 'CreateTags',
|
||||||
:idempotent => true,
|
:idempotent => true,
|
||||||
:parser => Fog::Parsers::Compute::AWS::Basic.new
|
:parser => Fog::Parsers::Compute::AWS::Basic.new
|
||||||
}.merge!(params))
|
}.merge!(params))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue