about summary refs log tree commit diff
path: root/db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-19 20:18:54 -0500
committerGitHub <noreply@github.com>2023-02-20 02:18:54 +0100
commit8ef09813a2b46d99fe9c7e39beba2a68052c17d1 (patch)
treebcbad87cb854c03427d6f8fdb045b69a3c16625e /db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb
parentfef6c59b3abe349132dbe910b6aa243e59b732bb (diff)
Autofix Rubocop Style/EmptyMethod (#23732)
Diffstat (limited to 'db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb')
-rw-r--r--db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb b/db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb
index 72b7c609d..19e86fbfe 100644
--- a/db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb
+++ b/db/migrate/20190529143559_preserve_old_layout_for_existing_users.rb
@@ -12,6 +12,5 @@ class PreserveOldLayoutForExistingUsers < ActiveRecord::Migration[5.2]
     end
   end
 
-  def down
-  end
+  def down; end
 end