From 5259cd33c8e5dfb6c434b03978a2809c37365c43 Mon Sep 17 00:00:00 2001 From: guomeicen Date: Tue, 26 Aug 2025 11:57:28 +0800 Subject: [PATCH] Correct format Signed-off-by: guomeicen --- services/cloudfiledaemon/src/ipc/cloud_daemon.cpp | 2 +- test/unittests/cloud_disk/mock/assistant.cpp | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/services/cloudfiledaemon/src/ipc/cloud_daemon.cpp b/services/cloudfiledaemon/src/ipc/cloud_daemon.cpp index f0b0cfb27..98d14d79c 100644 --- a/services/cloudfiledaemon/src/ipc/cloud_daemon.cpp +++ b/services/cloudfiledaemon/src/ipc/cloud_daemon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023~2025 Huawei Device Co., Ltd. + * Copyright (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/test/unittests/cloud_disk/mock/assistant.cpp b/test/unittests/cloud_disk/mock/assistant.cpp index 3f41b7f73..87f29583b 100644 --- a/test/unittests/cloud_disk/mock/assistant.cpp +++ b/test/unittests/cloud_disk/mock/assistant.cpp @@ -1,10 +1,10 @@ /* - * Copyright (C) 2025 Huawei Device Co., Ltd. + * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -21,7 +21,6 @@ namespace OHOS { namespace FileManagement { namespace CloudDisk { - void AssistantMock::EnableMock() { Assistant::mockable = true; -- Gitee