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 yunhanw-google committed Jan 25, 2025
1 parent 225475b commit 17dbffa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/app/InteractionModelEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,6 @@ void InteractionModelEngine::OnFabricRemoved(const FabricTable & fabricTable, Fa
{
readClient = readClient->GetNextClient();
}

}
#endif // CHIP_CONFIG_ENABLE_READ_CLIENT

Expand Down
1 change: 0 additions & 1 deletion src/app/InteractionModelEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ class InteractionModelEngine : public Messaging::UnsolicitedMessageHandler,
//
FabricTable * GetFabricTable() { return mpFabricTable; }


//
// Get direct access to the underlying read handler pool
//
Expand Down
3 changes: 1 addition & 2 deletions src/controller/tests/data_model/TestRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4526,8 +4526,7 @@ TEST_F(TestRead, TestReadHandler_MultipleSubscriptions_OnFabricRemoved)

// Passing of stack variables by reference is only safe because of synchronous completion of the interaction. Otherwise, it's
// not safe to do so.
auto onFailureCb = [](const app::ConcreteDataAttributePath * attributePath, CHIP_ERROR aError) {
};
auto onFailureCb = [](const app::ConcreteDataAttributePath * attributePath, CHIP_ERROR aError) {};

auto onSubscriptionEstablishedCb = [&numSubscriptionEstablishedCalls](const app::ReadClient & readClient,
chip::SubscriptionId aSubscriptionId) {
Expand Down

0 comments on commit 17dbffa

Please sign in to comment.