diff --git a/src/app/InteractionModelEngine.cpp b/src/app/InteractionModelEngine.cpp index 76060d2d5649be..7119de004b7199 100644 --- a/src/app/InteractionModelEngine.cpp +++ b/src/app/InteractionModelEngine.cpp @@ -1980,7 +1980,6 @@ void InteractionModelEngine::OnFabricRemoved(const FabricTable & fabricTable, Fa { readClient = readClient->GetNextClient(); } - } #endif // CHIP_CONFIG_ENABLE_READ_CLIENT diff --git a/src/app/InteractionModelEngine.h b/src/app/InteractionModelEngine.h index 8463cd172edfa3..6d9446f10b8c74 100644 --- a/src/app/InteractionModelEngine.h +++ b/src/app/InteractionModelEngine.h @@ -336,7 +336,6 @@ class InteractionModelEngine : public Messaging::UnsolicitedMessageHandler, // FabricTable * GetFabricTable() { return mpFabricTable; } - // // Get direct access to the underlying read handler pool // diff --git a/src/controller/tests/data_model/TestRead.cpp b/src/controller/tests/data_model/TestRead.cpp index 957768ac2ec26e..b9312110926255 100644 --- a/src/controller/tests/data_model/TestRead.cpp +++ b/src/controller/tests/data_model/TestRead.cpp @@ -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) {