mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-27 02:41:15 +00: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:
parent
5a4d12ceed
commit
39fc5849cd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user