Rubocop fix
This commit is contained in:
parent
987398ad2a
commit
d98683abfb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue