From c8ea7e51fb7aef7606d4242ad9dfdc180c45bb37 Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Mon, 14 Feb 2022 19:19:49 +0800 Subject: [PATCH] remove unnecessary semicolon Signed-off-by: yaoyuchi --- runtime/main/model/directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/main/model/directive.ts b/runtime/main/model/directive.ts index 6c98671d..3dacf1b4 100644 --- a/runtime/main/model/directive.ts +++ b/runtime/main/model/directive.ts @@ -71,7 +71,7 @@ enum ContentType { CONTENT_CLOSE_QUOTE, CONTENT_ATTR, CONTENT_COUNTER -}; +} interface ContentObject { value: string,