Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jul 23, 2024
1 parent cbd0748 commit 008e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/reporting/Read-Checked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CHIP_ERROR RetrieveClusterData(InteractionModel::DataModel * dataModel, const Ac

// a copy for DM logic only. Ember changes state directly
// IMPORTANT: the copy MUST be taken BEFORE ember processes/changes encoderState inline.
AttributeEncodeState stateDm(encoderState);
AttributeEncodeState stateDm(encoderState);

{
ScopedAttributeReportIBsBuilderState builderState(reportBuilder); // temporary only
Expand Down

0 comments on commit 008e44e

Please sign in to comment.