We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b83d2 commit f60a021Copy full SHA for f60a021
src/data-model-providers/codegen/CodegenDataModelProvider.cpp
@@ -274,8 +274,7 @@ CHIP_ERROR CodegenDataModelProvider::Attributes(const ConcreteClusterPath & path
274
//
275
// We have Attributes from ember + global attributes that are NOT in ember metadata.
276
// We have to report them all
277
- constexpr size_t kGlobalAttributeNotInMetadataCount =
278
- ArraySize(GlobalAttributesNotInMetadata);
+ constexpr size_t kGlobalAttributeNotInMetadataCount = ArraySize(GlobalAttributesNotInMetadata);
279
280
ReturnErrorOnFailure(builder.EnsureAppendCapacity(cluster->attributeCount + kGlobalAttributeNotInMetadataCount));
281
0 commit comments