Skip to content

Commit 266dda6

Browse files
committed
add empty line after guard clause to SettingsHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20047 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent d7e8816 commit 266dda6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/helpers/settings_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def administration_settings_tabs
4343

4444
def render_settings_error(errors)
4545
return if errors.blank?
46+
4647
s = ''.html_safe
4748
errors.each do |name, message|
4849
s << content_tag('li', content_tag('b', l("setting_#{name}")) + " " + message)

0 commit comments

Comments
 (0)