From 600ba177ce4096ec05248e405c5d06509511581b Mon Sep 17 00:00:00 2001 From: markYao Date: Sat, 18 Nov 2023 08:21:29 +0800 Subject: [PATCH] test the gate Signed-off-by: markYao --- frameworks/ans/src/notification_content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/ans/src/notification_content.cpp b/frameworks/ans/src/notification_content.cpp index 1556893fe..b23fcbc9e 100644 --- a/frameworks/ans/src/notification_content.cpp +++ b/frameworks/ans/src/notification_content.cpp @@ -22,7 +22,7 @@ namespace Notification { NotificationContent::NotificationContent(const std::shared_ptr &normalContent) { if (!normalContent) { - ANS_LOGE("NotificationNormalContent can not be null"); + ANS_LOGE("NotificationNormalContent can not be null "); return; } -- Gitee