Skip to content

Commit b34bbff

Browse files
committed
Remove whitespace to align array and object formatting in snippets
1 parent d6c9114 commit b34bbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@
512512
"body": [
513513
"{",
514514
"\t\"statusCode\": ${1:400},",
515-
"\t\"body\": { $2 },",
516-
"\t\"headers\": [ $3 ]",
515+
"\t\"body\": {$2},",
516+
"\t\"headers\": [$3]",
517517
"}"
518518
],
519519
"description": "Dev Proxy response"

0 commit comments

Comments
 (0)