Skip to content

Commit 84200c1

Browse files
authored
Remove extra comma from JSON repr (#184)
1 parent 589c072 commit 84200c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_core/src/jgisplugin/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const activate = (
122122
format: 'text',
123123
size: undefined,
124124
content:
125-
'{\n\t"layers": {},\n\t"sources": {},\n\t"options": {"latitude": 0, "longitude": 0, "zoom": 0, "bearing": 0, "pitch": 0, "projection": "EPSG:3857"},\n\t"layerTree": [],\n}'
125+
'{\n\t"layers": {},\n\t"sources": {},\n\t"options": {"latitude": 0, "longitude": 0, "zoom": 0, "bearing": 0, "pitch": 0, "projection": "EPSG:3857"},\n\t"layerTree": []\n}'
126126
});
127127

128128
// Open the newly created file with the 'Editor'

0 commit comments

Comments
 (0)