Removed accidental whitespace

This commit is contained in:
Da-nie-elT
2025-08-21 13:44:14 +02:00
parent 215dbb213a
commit 3a91ebc454

View File

@@ -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",