]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white spaces from lib/redmine/subclass_factory.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 31 Jul 2017 06:21:35 +0000 (06:21 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 31 Jul 2017 06:21:35 +0000 (06:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16937 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/subclass_factory.rb

index c1936b2c1a4e778183f6e03414612776fbcdc4e9..3d4ab88ce8d56b77311f9b78028f0a5a68ea5e02 100644 (file)
@@ -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)