Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andy31415 committed Nov 13, 2024
1 parent 3523b07 commit 1df0e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/tests/data_model/TestRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4687,8 +4687,8 @@ TEST_F(TestRead, TestReadHandler_KeepSubscriptionTest)

readParam.mAttributePathParamsListSize = 0;
readClient = std::make_unique<app::ReadClient>(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();
Expand Down

0 comments on commit 1df0e39

Please sign in to comment.