Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 537df99

Browse files
restyled-commitstehampson
authored andcommittedAug 6, 2024·
Restyled by clang-format
1 parent bc7d850 commit 537df99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎examples/fabric-bridge-app/linux/RpcServer.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ pw::Status FabricBridge::AddSynchronizedDevice(const chip_rpc_SynchronizedDevice
6363
return pw::Status::Unknown();
6464
}
6565

66-
CHIP_ERROR err = EcosystemInformation::EcosystemInformationServer::Instance().AddEcosystemInformationClusterToEndpoint(device->GetEndpointId());
66+
CHIP_ERROR err = EcosystemInformation::EcosystemInformationServer::Instance().AddEcosystemInformationClusterToEndpoint(
67+
device->GetEndpointId());
6768
VerifyOrDie(err == CHIP_NO_ERROR);
6869

6970
return pw::OkStatus();

0 commit comments

Comments
 (0)
Please sign in to comment.