summaryrefslogtreecommitdiffstats
path: root/lib/redmine
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine')
-rw-r--r--lib/redmine/activity/fetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/activity/fetcher.rb b/lib/redmine/activity/fetcher.rb
index e607602ea..7e64b819f 100644
--- a/lib/redmine/activity/fetcher.rb
+++ b/lib/redmine/activity/fetcher.rb
@@ -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