Skip to content

Commit d2edb94

Browse files
SvenRavi Chande
authored andcommitted
Added spacing for propfull snippet (#3062)
Small change, added some spacing for the propfull get set value snippet
1 parent 3a94a00 commit d2edb94

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
@@ -317,8 +317,8 @@
317317
"private ${1:int} ${2:myVar};",
318318
"public ${1:int} ${3:MyProperty}",
319319
"{",
320-
" get { return ${2:myVar};}",
321-
" set { ${2:myVar} = value;}",
320+
" get { return ${2:myVar}; }",
321+
" set { ${2:myVar} = value; }",
322322
"}",
323323
"$0"
324324
],
@@ -474,4 +474,4 @@
474474
],
475475
"description": "create xunit test method"
476476
}
477-
}
477+
}

0 commit comments

Comments
 (0)