mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 13:49:42 +00:00
remove trailing white spaces from lib/redmine/subclass_factory.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16937 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
24492ef17b
commit
63217014ff
@ -17,9 +17,9 @@
|
||||
|
||||
module Redmine
|
||||
module SubclassFactory
|
||||
def self.included(base)
|
||||
def self.included(base)
|
||||
base.extend ClassMethods
|
||||
end
|
||||
end
|
||||
|
||||
module ClassMethods
|
||||
def get_subclass(class_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user