Skip to content

Commit 1ae818d

Browse files
authored
Remove extraneous ) from the do-while snippet (#4120)
1 parent 2d3a3c2 commit 1ae818d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: snippets/PowerShell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"do {",
9595
"\t${0:$TM_SELECTED_TEXT}",
9696
"} while (",
97-
"\t${1:<# Condition that stops the loop if it returns false #>})",
97+
"\t${1:<# Condition that stops the loop if it returns false #>}",
9898
")"
9999
]
100100
},

0 commit comments

Comments
 (0)