]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of lib/redmine/menu_manager.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 13:43:43 +0000 (13:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 13:43:43 +0000 (13:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20480 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/menu_manager.rb

index 4c6ad0d5564f2623c093688914ee4303930a1f5d..1f275f339c8c8f46785fe61349bc8c14ef832c1b 100644 (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