Rubocop fix

This commit is contained in:
Andy Allan 2019-03-13 12:14:31 +01:00 committed by Tom Hughes
parent 987398ad2a
commit d98683abfb

View file

@ -4,6 +4,6 @@ xml.instruct! :xml, :version => "1.0"
xml.osm(OSM::API.new.xml_root_attributes) do |osm| xml.osm(OSM::API.new.xml_root_attributes) do |osm|
@changesets.each do |changeset| @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