mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
add space after comma to lib/redmine/activity.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20248 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user