mirror of
https://github.com/redmine/redmine.git
synced 2026-06-18 16:00:00 +02:00
remove spaces inside {} of lib/redmine/activity/fetcher.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20385 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user