diff --git a/lib/redmine/activity.rb b/lib/redmine/activity.rb index a76d5f19c..49c1cb957 100644 --- a/lib/redmine/activity.rb +++ b/lib/redmine/activity.rb @@ -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)