Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jan 23, 2024
1 parent 4c03c44 commit bcdea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/util/ember-compatibility-functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ CHIP_ERROR WriteSingleClusterData(const SubjectDescriptor & aSubjectDescriptor,
}

auto status = ToInteractionModelStatus(emAfWriteAttributeExternal(aPath.mEndpointId, aPath.mClusterId, aPath.mAttributeId,
attributeData, attributeMetadata->attributeType));
attributeData, attributeMetadata->attributeType));
return apWriteHandler->AddStatus(aPath, status);
}

Expand Down

0 comments on commit bcdea18

Please sign in to comment.