Skip to content

Commit 3c76d46

Browse files
authored
Update csharp.json
Update the indentation level and spacing for the '"xUnit Test" fact' snippet.
1 parent 32781a1 commit 3c76d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/csharp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,11 @@
465465
"[Fact]",
466466
"public void ${1:TestName}()",
467467
"{",
468-
"//Given",
468+
" // Given",
469469
"",
470-
"//When",
470+
" // When",
471471
"",
472-
"//Then",
472+
" // Then",
473473
"}$0"
474474
],
475475
"description": "create xunit test method"

0 commit comments

Comments
 (0)