From b28856e4294603843f735866fbb22c28bbf5cad8 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 29 Nov 2024 18:12:24 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/clusters/descriptor/descriptor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/clusters/descriptor/descriptor.cpp b/src/app/clusters/descriptor/descriptor.cpp index 2bc78813112138..7d8854bca1fb5f 100644 --- a/src/app/clusters/descriptor/descriptor.cpp +++ b/src/app/clusters/descriptor/descriptor.cpp @@ -105,8 +105,7 @@ CHIP_ERROR DescriptorAttrAccess::ReadPartsAttribute(EndpointId endpoint, Attribu return CHIP_NO_ERROR; }); } - else if (endpointInfo.has_value() && - endpointInfo->compositionPattern == DataModel::EndpointCompositionPattern::kFullFamily) + else if (endpointInfo.has_value() && endpointInfo->compositionPattern == DataModel::EndpointCompositionPattern::kFullFamily) { err = aEncoder.EncodeList([endpoint](const auto & encoder) -> CHIP_ERROR { auto endpointEntry = InteractionModelEngine::GetInstance()->GetDataModelProvider()->FirstEndpoint();