diff --git a/snippets/csharp.json b/snippets/csharp.json index a53f7e2ef..9f31803fe 100644 --- a/snippets/csharp.json +++ b/snippets/csharp.json @@ -526,9 +526,9 @@ "prefix": "ctor", "body": [ - "${1:public} ${2:ClassName} (${3:Parameters})", + "${1:public} ${2:ClassName}(${3:Parameters})", "{", - " ${0}", + " ${0}", "}" ], "description": "constructor"