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