1
0
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:
Toshi MARUYAMA 2020-11-22 13:43:43 +00:00
parent 5ee05b64bb
commit 470558cf19

View File

@ -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