From bfe86b1597988d28d5ce289ab4cd35d44968713a Mon Sep 17 00:00:00 2001 From: wangbin Date: Mon, 7 Jul 2025 12:19:37 +0800 Subject: [PATCH] fix Signed-off-by: wangbin --- .../app/test/unittest/kvstore_data_service_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/distributeddataservice/app/test/unittest/kvstore_data_service_test.cpp b/services/distributeddataservice/app/test/unittest/kvstore_data_service_test.cpp index 574366db9..f8ec5dadd 100644 --- a/services/distributeddataservice/app/test/unittest/kvstore_data_service_test.cpp +++ b/services/distributeddataservice/app/test/unittest/kvstore_data_service_test.cpp @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - #include "auth_delegate.h" #include "bootstrap.h" #include "crypto/crypto_manager.h" -- Gitee