]> git.openstreetmap.org Git - rails.git/commitdiff
Rubocop fix
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Mar 2019 11:14:31 +0000 (12:14 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 16 Mar 2019 15:30:41 +0000 (15:30 +0000)
app/views/api/changesets/changesets.builder

index ab7064f20abd3f7dd4d9054f3bd77642350bd352..da434f1f45192dda39497cb05ecf1de43fc03ec7 100644 (file)
@@ -4,6 +4,6 @@ xml.instruct! :xml, :version => "1.0"
 
 xml.osm(OSM::API.new.xml_root_attributes) do |osm|
   @changesets.each do |changeset|
 
 xml.osm(OSM::API.new.xml_root_attributes) do |osm|
   @changesets.each do |changeset|
-     osm << render(:partial => "api/changesets/changeset.builder", :locals => { :changeset => changeset })
+    osm << render(:partial => "api/changesets/changeset.builder", :locals => { :changeset => changeset })
   end
 end
   end
 end