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

[aws|compute] indentation fix for last commit

This commit is contained in:
geemus 2011-05-17 10:34:23 -07:00
parent 2725e312fd
commit 0a6c551caf

View file

@ -137,9 +137,9 @@ module Fog
@aws_access_key_id = options[:aws_access_key_id]
unless ['ap-northeast-1', 'ap-southeast-1', 'eu-west-1', 'us-east-1', 'us-west-1'].include?(options[:region])
raise ArgumentError, "Unknown region: #{options[:region].inspect}"
end
unless ['ap-northeast-1', 'ap-southeast-1', 'eu-west-1', 'us-east-1', 'us-west-1'].include?(options[:region])
raise ArgumentError, "Unknown region: #{options[:region].inspect}"
end
@region = options[:region] || 'us-east-1'