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

fix inconsistent hash spacing

This commit is contained in:
Tony Ta 2015-03-16 22:25:04 -07:00
parent 36e975549c
commit 079a3101cb

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