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

lib/redmine/activity/fetcher.rb

index e607602eaf1c2e4821b754a073320240f40c416e..7e64b819f37d0e687285db0f8209102437d53ade 100644 (file)
@@ -61,7 +61,7 @@ module Redmine
 
       # Yields to filter the activity scope
       def scope_select(&block)
-        @scope = @scope.select {|t| yield t }
+        @scope = @scope.select {|t| yield t}
       end
 
       # Sets the scope