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:
parent
36e975549c
commit
079a3101cb
1 changed files with 37 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue