diff options
author | Sean Griffin <sean@thoughtbot.com> | 2015-02-17 13:28:06 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2015-02-17 13:28:06 -0700 |
commit | b3fdf9c596e4821e0028472b9c2740fd4d6655c8 (patch) | |
tree | 7a11dce75125174c4fd75499c8c9bc72845af543 /activerecord/test/migrations/valid | |
parent | cdf4fa9d240d9137385021ebdac54238fb748a36 (diff) | |
download | rails-b3fdf9c596e4821e0028472b9c2740fd4d6655c8.tar.gz rails-b3fdf9c596e4821e0028472b9c2740fd4d6655c8.tar.bz2 rails-b3fdf9c596e4821e0028472b9c2740fd4d6655c8.zip |
Add line endings to files which are missing them
These files get modified whenever someone uses a tool like `sed`. Let's
just get this over with in one commit so it'd not adding diff noise to
something else.
Diffstat (limited to 'activerecord/test/migrations/valid')
-rw-r--r-- | activerecord/test/migrations/valid/2_we_need_reminders.rb | 2 | ||||
-rw-r--r-- | activerecord/test/migrations/valid/3_innocent_jointable.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/migrations/valid/2_we_need_reminders.rb b/activerecord/test/migrations/valid/2_we_need_reminders.rb index d5e71ce8ef..25bb49cb32 100644 --- a/activerecord/test/migrations/valid/2_we_need_reminders.rb +++ b/activerecord/test/migrations/valid/2_we_need_reminders.rb @@ -9,4 +9,4 @@ class WeNeedReminders < ActiveRecord::Migration def self.down drop_table "reminders" end -end
\ No newline at end of file +end diff --git a/activerecord/test/migrations/valid/3_innocent_jointable.rb b/activerecord/test/migrations/valid/3_innocent_jointable.rb index 21c9ca5328..002a1bf2a6 100644 --- a/activerecord/test/migrations/valid/3_innocent_jointable.rb +++ b/activerecord/test/migrations/valid/3_innocent_jointable.rb @@ -9,4 +9,4 @@ class InnocentJointable < ActiveRecord::Migration def self.down drop_table "people_reminders" end -end
\ No newline at end of file +end |