1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-09 17:10:29 +00:00
parent c9021526bb
commit ec91e38010

View File

@ -124,7 +124,7 @@ module Redmine
else
caption, url, selected = extract_node_details(node, project)
return content_tag('li',
render_single_menu_node(node, caption, url, selected))
render_single_menu_node(node, caption, url, selected))
end
end