fix inconsistent hash spacing

This commit is contained in:
Tony Ta 2015-03-16 22:25:04 -07:00
parent 36e975549c
commit 079a3101cb
1 changed files with 37 additions and 33 deletions

View File

@ -8,7 +8,8 @@ module Fog
:servers => {}, :servers => {},
:vlans => {}, :vlans => {},
:ips => {}, :ips => {},
:profile => {:login_sms=>false, :profile => {
:login_sms => false,
:town => "", :town => "",
:postcode => "", :postcode => "",
:reseller => "", :reseller => "",
@ -32,11 +33,14 @@ module Fog
:mailing_list => true, :mailing_list => true,
:autotopup_amount => 0.0, :autotopup_amount => 0.0,
:country => "", :country => "",
:address=>""}, :address => ""
},
:subscriptions => {}, :subscriptions => {},
:current_usage => {}, :current_usage => {},
:balance => {:balance => 100, :currency => 'CHF'}, :balance => {
:balance => 100,
:currency => 'CHF'
}
} }
end end
end end