mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +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 = []
|
@@available_event_types = []
|
||||||
@@default_event_types = []
|
@@default_event_types = []
|
||||||
@@providers = Hash.new {|h,k| h[k]=[] }
|
@@providers = Hash.new {|h, k| h[k]=[]}
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def map(&block)
|
def map(&block)
|
||||||
|
|||||||
Reference in New Issue
Block a user