mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-09 00:51:31 +00:00
remove spaces inside {} of lib/redmine/menu_manager.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20480 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5ee05b64bb
commit
470558cf19
@ -364,7 +364,7 @@ module Redmine
|
||||
|
||||
def each(&block)
|
||||
yield self
|
||||
children { |child| child.each(&block) }
|
||||
children {|child| child.each(&block)}
|
||||
end
|
||||
|
||||
# Adds a child at first position
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user