Skip to content

Commit 431a12d

Browse files
restyled-commitsj-ororke
authored andcommitted
Restyled by clang-format
1 parent 1210325 commit 431a12d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controller/python/matter/clusters/attribute.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ PyChipError pychip_WriteClient_WriteAttributes(void * appContext, DeviceProxy *
412412

413413
VerifyOrExit(device != nullptr && device->GetSecureSession().HasValue(), err = CHIP_ERROR_MISSING_SECURE_SESSION);
414414

415-
SuccessOrExit(err = ProcessWriteAttributesData(client.get(), writeAttributesData, attributeDataLength, forceLegacyListEncoding));
415+
SuccessOrExit(err =
416+
ProcessWriteAttributesData(client.get(), writeAttributesData, attributeDataLength, forceLegacyListEncoding));
416417

417418
SuccessOrExit(err = client->SendWriteRequest(device->GetSecureSession().Value(),
418419
interactionTimeoutMs != 0 ? System::Clock::Milliseconds32(interactionTimeoutMs)

0 commit comments

Comments
 (0)