remove trailing white-spaces from lib/tasks/migrate_from_mantis.rake
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9584 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d2378ea641
commit
6a1a4e006d
|
@ -1,5 +1,5 @@
|
|||
# redMine - project management software
|
||||
# Copyright (C) 2006-2007 Jean-Philippe Lang
|
||||
# Redmine - project management software
|
||||
# Copyright (C) 2006-2012 Jean-Philippe Lang
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -234,7 +234,6 @@ task :migrate_from_mantis => :environment do
|
|||
self.table_name = :mantis_custom_field_string_table
|
||||
end
|
||||
|
||||
|
||||
def self.migrate
|
||||
|
||||
# Users
|
||||
|
|
Loading…
Reference in New Issue