]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20161011010929_subscribe_authors_to_diary_entries.rb
Fix rubocop warnings
[rails.git] / db / migrate / 20161011010929_subscribe_authors_to_diary_entries.rb
index 2dfbbf2c8c84360ca428d2f3e4a11493ed41e778..3fcbdf5fb3e9a8477645d2a4d3fce67bd8e8561e 100644 (file)
@@ -5,6 +5,5 @@ class SubscribeAuthorsToDiaryEntries < ActiveRecord::Migration
     end
   end
 
     end
   end
 
-  def down
-  end
+  def down; end
 end
 end