Skip to content

Commit f60a021

Browse files
committed
Restyle
1 parent 48b83d2 commit f60a021

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ CHIP_ERROR CodegenDataModelProvider::Attributes(const ConcreteClusterPath & path
274274
//
275275
// We have Attributes from ember + global attributes that are NOT in ember metadata.
276276
// We have to report them all
277-
constexpr size_t kGlobalAttributeNotInMetadataCount =
278-
ArraySize(GlobalAttributesNotInMetadata);
277+
constexpr size_t kGlobalAttributeNotInMetadataCount = ArraySize(GlobalAttributesNotInMetadata);
279278

280279
ReturnErrorOnFailure(builder.EnsureAppendCapacity(cluster->attributeCount + kGlobalAttributeNotInMetadataCount));
281280

0 commit comments

Comments
 (0)