mirror of
https://github.com/redmine/redmine.git
synced 2026-05-13 04:07:21 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user