]> source.dussan.org Git - redmine.git/commitdiff
add space after comma to lib/redmine/activity/fetcher.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 15 Nov 2020 12:36:09 +0000 (12:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 15 Nov 2020 12:36:09 +0000 (12:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20378 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/activity/fetcher.rb

index 81713496096e3b1ec31f063f85e56c3306e420f2..e607602eaf1c2e4821b754a073320240f40c416e 100644 (file)
@@ -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])