From a74bcc512dda97083751d01adc9fd8614973d48e Mon Sep 17 00:00:00 2001 From: guozejun Date: Wed, 15 Jun 2022 07:42:29 +0000 Subject: [PATCH] Fix @ohos.commonEvent.d.ts syntax error --- api/@ohos.commonEvent.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.commonEvent.d.ts b/api/@ohos.commonEvent.d.ts index 66ee8b106b..7826cee6e6 100644 --- a/api/@ohos.commonEvent.d.ts +++ b/api/@ohos.commonEvent.d.ts @@ -958,7 +958,7 @@ declare namespace commonEvent { * sent by the window manager service when the window mode is split. * @since 8 */ - COMMON_EVENT_SPLIT_SCREEN = "common.event.SPLIT_SCREEN" + COMMON_EVENT_SPLIT_SCREEN = "common.event.SPLIT_SCREEN", /** * The notification slot has been updated. -- Gitee