diff --git a/snippets/csharp.json b/snippets/csharp.json index dfe91729dd..4a52374df7 100644 --- a/snippets/csharp.json +++ b/snippets/csharp.json @@ -317,8 +317,8 @@ "private ${1:int} ${2:myVar};", "public ${1:int} ${3:MyProperty}", "{", - " get { return ${2:myVar};}", - " set { ${2:myVar} = value;}", + " get { return ${2:myVar}; }", + " set { ${2:myVar} = value; }", "}", "$0" ], @@ -474,4 +474,4 @@ ], "description": "create xunit test method" } -} \ No newline at end of file +}