Don't have space in snippet

Fixes #146503
This commit is contained in:
Matt Bierner
2022-04-01 11:14:28 -07:00
parent ca267e3f5e
commit e9636bbce1
2 changed files with 6 additions and 6 deletions

View File

@@ -149,12 +149,12 @@
],
"description": "Set Interval Function"
},
"Import external module.": {
"prefix": "import statement",
"Import Statement": {
"prefix": "import",
"body": [
"import { $0 } from \"${1:module}\";"
],
"description": "Import external module."
"description": "Import external module"
},
"Region Start": {
"prefix": "#region",