From b6011a1f1e02f80e7bb471485b488b7cc5b842c8 Mon Sep 17 00:00:00 2001 From: lvchao Date: Wed, 11 Jun 2025 20:22:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:codeCheck=E5=91=8A=E8=AD=A6=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lvchao --- .../service/object/include/object_data_listener.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/distributeddataservice/service/object/include/object_data_listener.h b/services/distributeddataservice/service/object/include/object_data_listener.h index 7c3140c7b..f46f67400 100644 --- a/services/distributeddataservice/service/object/include/object_data_listener.h +++ b/services/distributeddataservice/service/object/include/object_data_listener.h @@ -39,8 +39,8 @@ public: int32_t OnFinished(const std::string &srcNetworkId, const sptr &assetObj, int32_t result) override; int32_t OnRecvProgress(const std::string &srcNetworkId, - const sptr &assetObj, - uint64_t totalBytes, uint64_t processBytes) override; + const sptr &assetObj, + uint64_t totalBytes, uint64_t processBytes) override; }; } // namespace DistributedObject } // namespace OHOS -- Gitee