From 9b5caf47ac33f49e1d9be47b8c3981429d9c6c67 Mon Sep 17 00:00:00 2001 From: sty Date: Tue, 24 Jun 2025 11:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=BC=80=E5=8F=91=E8=80=85?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E5=A4=87=E9=80=89=E4=B8=BB=E6=8E=A7=E8=BF=9B?= =?UTF-8?q?=E7=A8=8Bsdk=E6=8E=A5=E5=8F=A3=E6=A0=BC=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sty Change-Id: Iad4e016dbc213c05057d32d72328bcb341e403dc --- api/@ohos.app.ability.application.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.app.ability.application.d.ts b/api/@ohos.app.ability.application.d.ts index 737f515410..37e58fa584 100644 --- a/api/@ohos.app.ability.application.d.ts +++ b/api/@ohos.app.ability.application.d.ts @@ -122,7 +122,7 @@ declare namespace application { * @stagemodelonly * @since 20 */ - export function promoteCurrentToCandidateMasterProcess(insertToHead : boolean): Promise; + export function promoteCurrentToCandidateMasterProcess(insertToHead: boolean): Promise; /** * Revoke current process as a candidate master process. -- Gitee