mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove tabs...
This commit is contained in:
parent
9ada312d58
commit
563bb4376b
1 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
num_tags = 0
|
num_tags = 0
|
||||||
if options['Tags']
|
if options['Tags']
|
||||||
options['Tags'].keys.each_with_index do |key, index|
|
options['Tags'].keys.each_with_index do |key, index|
|
||||||
index += 1 # tags are 1-indexed
|
index += 1 # tags are 1-indexed
|
||||||
|
@ -64,9 +64,9 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if num_tags > 10
|
if num_tags > 10
|
||||||
raise ArgumentError.new("a maximum of 10 tags can be specified <#{num_tags}>")
|
raise ArgumentError.new("a maximum of 10 tags can be specified <#{num_tags}>")
|
||||||
end
|
end
|
||||||
|
|
||||||
if options['TemplateBody']
|
if options['TemplateBody']
|
||||||
params['TemplateBody'] = options['TemplateBody']
|
params['TemplateBody'] = options['TemplateBody']
|
||||||
|
|
Loading…
Reference in a new issue