mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
Removed accidental whitespace
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
},
|
||||
"For-In Loop": {
|
||||
"prefix": "forin",
|
||||
"body": [
|
||||
"body": [
|
||||
"for (const ${1:key} in ${2:object}) {",
|
||||
"\tif (!${2:object}.hasOwn(${1:key})) continue;",
|
||||
"\t",
|
||||
|
||||
Reference in New Issue
Block a user