Code cleanup: RuboCop: Layout/TrailingWhitespace

git-svn-id: http://svn.redmine.org/redmine/trunk@18300 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-06-20 14:21:20 +00:00
parent e3e2be9027
commit aca28e0716

View File

@ -2,7 +2,7 @@ class ChangeRolesNameLimit < ActiveRecord::Migration[5.2]
def self.up
change_column :roles, :name, :string, :limit => 255, :default => ''
end
def self.down
change_column :roles, :name, :string, :limit => 30, :default => ''
end