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

Remove tabs...

This commit is contained in:
David Chen 2013-01-14 14:50:26 -05:00
parent 9ada312d58
commit 563bb4376b

View file

@ -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']