From 6a129d6b80b6d50980105a80d240c54199303444 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Fri, 16 Nov 2018 13:23:06 +0800 Subject: [PATCH] fix snippet --- snippets/typescript.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" },