mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 15:33:22 +01:00
add space after comma to lib/redmine/activity/fetcher.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20378 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -94,7 +94,7 @@ module Redmine
|
||||
end
|
||||
end
|
||||
|
||||
e.sort! {|a,b| b.event_datetime <=> a.event_datetime}
|
||||
e.sort! {|a, b| b.event_datetime <=> a.event_datetime}
|
||||
|
||||
if options[:limit]
|
||||
e = e.slice(0, options[:limit])
|
||||
|
||||
Reference in New Issue
Block a user