]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way.rb
Fix more rubocop style issues
[rails.git] / app / models / old_way.rb
index 92fe19ffb52303ec0d543d4c9c64a322279eea9c..ed1f867f6c2e163c3e836789be29c3bfc772c31c 100644 (file)
@@ -70,7 +70,7 @@ class OldWay < ActiveRecord::Base
 
     add_metadata_to_xml_node(el, self, changeset_cache, user_display_name_cache)
 
-    old_nodes.each do |nd| # FIXME need to make sure they come back in the right order
+    old_nodes.each do |nd| # FIXME: need to make sure they come back in the right order
       node_el = XML::Node.new "nd"
       node_el["ref"] = nd.node_id.to_s
       el << node_el