- el['changeset'] = osm.changeset_id.to_s
- el['redacted'] = osm.redaction.id.to_s if osm.redacted?
- el['timestamp'] = osm.timestamp.xmlschema
- el['version'] = osm.version.to_s
- el['visible'] = osm.visible.to_s
+ el["changeset"] = osm.changeset_id.to_s
+ el["redacted"] = osm.redaction.id.to_s if osm.redacted?
+ el["timestamp"] = osm.timestamp.xmlschema
+ el["version"] = osm.version.to_s
+ el["visible"] = osm.visible.to_s