From 1df0e39109f869fc1ea7e4fce09f42c2ab065d85 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 13 Nov 2024 19:58:56 +0000 Subject: [PATCH] Restyled by clang-format --- src/controller/tests/data_model/TestRead.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/tests/data_model/TestRead.cpp b/src/controller/tests/data_model/TestRead.cpp index f5cac469aa27e2..38b7516ab15991 100644 --- a/src/controller/tests/data_model/TestRead.cpp +++ b/src/controller/tests/data_model/TestRead.cpp @@ -4687,8 +4687,8 @@ TEST_F(TestRead, TestReadHandler_KeepSubscriptionTest) readParam.mAttributePathParamsListSize = 0; readClient = std::make_unique(app::InteractionModelEngine::GetInstance(), - app::InteractionModelEngine::GetInstance()->GetExchangeManager(), readCallback, - app::ReadClient::InteractionType::Subscribe); + app::InteractionModelEngine::GetInstance()->GetExchangeManager(), readCallback, + app::ReadClient::InteractionType::Subscribe); EXPECT_EQ(readClient->SendRequest(readParam), CHIP_NO_ERROR); DrainAndServiceIO();