]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/009_way_nodes_node_idx.rb
Fix style issues found by new rubocop version
[rails.git] / db / migrate / 009_way_nodes_node_idx.rb
index 41b7c9fcdfeb409b130a8e0a0339934f4acfdd1d..ccbc9a5a2a84f2068895bd357b96639ba5b7ba7e 100644 (file)
@@ -1,4 +1,4 @@
-class WayNodesNodeIdx  < ActiveRecord::Migration
+class WayNodesNodeIdx < ActiveRecord::Migration
   def self.up
     add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx"
   end