1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/settings_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19194 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-23 09:05:07 +00:00
parent 9736894e32
commit badf95d60c

View File

@ -78,7 +78,7 @@ module SettingsHelper
:id => nil :id => nil
) + text.to_s, ) + text.to_s,
:class => (options[:inline] ? 'inline' : 'block') :class => (options[:inline] ? 'inline' : 'block')
) )
end.join.html_safe end.join.html_safe
end end