Skip to content

Commit 33fad9c

Browse files
committed
Restyle
1 parent edaca08 commit 33fad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-model-providers/codegen/CodegenDataModelProvider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ CHIP_ERROR CodegenDataModelProvider::ServerClusters(EndpointId endpointId,
277277
// in the data versions for the rest via the out-of-band mechanism.
278278

279279
// assume the clusters on endpoint does not change in between these two loops
280-
auto clusters = mRegistry.ClustersOnEndpoint(endpointId);
280+
auto clusters = mRegistry.ClustersOnEndpoint(endpointId);
281281
size_t registryClusterCount = std::distance(clusters.begin(), clusters.end());
282282

283283
ReturnErrorOnFailure(builder.EnsureAppendCapacity(registryClusterCount));

0 commit comments

Comments
 (0)