Improved code layout.

This commit is contained in:
Martin Edenhofer 2016-03-17 13:30:49 +01:00
parent 32fcd432f2
commit f96e63bd88

View file

@ -73,7 +73,7 @@ returns
# set Settings # set Settings
if auto_wizard_hash['Settings'] if auto_wizard_hash['Settings']
auto_wizard_hash['Settings'].each { |setting_data| auto_wizard_hash['Settings'].each { |setting_data|
Setting.set( setting_data['name'], setting_data['value'] ) Setting.set(setting_data['name'], setting_data['value'])
} }
end end