diff --git a/snippets/typescript.json b/snippets/typescript.json index 61f87e4..603be14 100644 --- a/snippets/typescript.json +++ b/snippets/typescript.json @@ -48,11 +48,9 @@ "Property getter": { "prefix": "get", "body": [ - "", "public get ${1:value}() : ${2:string} {", "\t${3:return $0}", - "}", - "" + "}" ], "description": "Property getter" },