Improved code layout.
This commit is contained in:
parent
32fcd432f2
commit
f96e63bd88
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ returns
|
|||
# set Settings
|
||||
if auto_wizard_hash['Settings']
|
||||
auto_wizard_hash['Settings'].each { |setting_data|
|
||||
Setting.set( setting_data['name'], setting_data['value'] )
|
||||
Setting.set(setting_data['name'], setting_data['value'])
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue