]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from db/migrate/027_create_wikis.rb (#9510)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 6 Nov 2011 07:54:24 +0000 (07:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 6 Nov 2011 07:54:24 +0000 (07:54 +0000)
Contributed by Igor Zubkov.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7736 e93f8b46-1217-0410-a6f0-8f06a7374b81

db/migrate/027_create_wikis.rb

index ed6784296bbe8f4e9f86a5c1ee745337fa8ed0b2..284eee2e2541ff923eb17392d153d3595186664d 100644 (file)
@@ -4,7 +4,7 @@ class CreateWikis < ActiveRecord::Migration
       t.column :project_id, :integer, :null => false
       t.column :start_page, :string,  :limit => 255, :null => false
       t.column :status, :integer, :default => 1, :null => false
-    end    
+    end
     add_index :wikis, :project_id, :name => :wikis_project_id
   end