]> source.dussan.org Git - redmine.git/commitdiff
add space after comma to lib/redmine/activity.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 4 Nov 2020 14:43:50 +0000 (14:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 4 Nov 2020 14:43:50 +0000 (14:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20248 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/activity.rb

index a76d5f19cb698aa25c8f42f266bccb9ece6d2647..49c1cb95751075ce59c4de9d51c9576dabdbf087 100644 (file)
@@ -24,7 +24,7 @@ module Redmine
 
     @@available_event_types = []
     @@default_event_types = []
-    @@providers = Hash.new {|h,k| h[k]=[] }
+    @@providers = Hash.new {|h, k| h[k]=[]}
 
     class << self
       def map(&block)