From 456466beca38129e728abc68fb876ede30e96f38 Mon Sep 17 00:00:00 2001 From: "https://gitee.com/WALL_EYE" Date: Mon, 21 Feb 2022 19:59:30 +0800 Subject: [PATCH] fix codestyle Signed-off-by: https://gitee.com/WALL_EYE Change-Id: I84f0c5de6f8fd087b9ea25345b10fe27dbfa0a78 --- api/@ohos.userIAM.userAuth.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.userIAM.userAuth.d.ts b/api/@ohos.userIAM.userAuth.d.ts index 85ad5b03e2..faf424d0e5 100644 --- a/api/@ohos.userIAM.userAuth.d.ts +++ b/api/@ohos.userIAM.userAuth.d.ts @@ -127,7 +127,7 @@ declare namespace userAuth { * User authentication. * @since 8 */ - class UserAuth { + class UserAuth { /** * Constructor to get the UserAuth class instance. * @since 8 -- Gitee