mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
9172a90ef1
commit
db67e2021b
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user