Skip to content

Commit a58a339

Browse files
authored
Made ctor snippet use tabs and removed space
1 parent aaf96c6 commit a58a339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/csharp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,9 +526,9 @@
526526

527527
"prefix": "ctor",
528528
"body": [
529-
"${1:public} ${2:ClassName} (${3:Parameters})",
529+
"${1:public} ${2:ClassName}(${3:Parameters})",
530530
"{",
531-
" ${0}",
531+
" ${0}",
532532
"}"
533533
],
534534
"description": "constructor"

0 commit comments

Comments
 (0)