Skip to content

Commit 058f958

Browse files
authored
fix trailing white space in draw.py (#2011)
1 parent 5a7a173 commit 058f958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/plugins/draw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Draw(JSCSSMixin, MacroElement):
103103
{{ this._parent.get_name() }}.on('draw:created', function(e) {
104104
drawnItems_{{ this.get_name() }}.addLayer(e.layer);
105105
});
106-
106+
107107
{% if this.export %}
108108
document.getElementById('export').onclick = function(e) {
109109
var data = drawnItems_{{ this.get_name() }}.toGeoJSON();

0 commit comments

Comments
 (0)