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:
parent
c9021526bb
commit
ec91e38010
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user