about summary refs log tree commit diff
path: root/db/migrate/20170301222600_create_mutes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170301222600_create_mutes.rb')
-rw-r--r--db/migrate/20170301222600_create_mutes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20170301222600_create_mutes.rb b/db/migrate/20170301222600_create_mutes.rb
index 8f1bb22f5..4c27eca1e 100644
--- a/db/migrate/20170301222600_create_mutes.rb
+++ b/db/migrate/20170301222600_create_mutes.rb
@@ -7,6 +7,5 @@ class CreateMutes < ActiveRecord::Migration[5.0]
     end
 
     add_index :mutes, [:account_id, :target_account_id], unique: true
-
   end
 end