Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and hicklin committed Aug 20, 2024
1 parent ddb307b commit 9289fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ struct AreaStructureWrapper : public chip::app::Clusters::ServiceArea::Structs::
const DataModel::Nullable<Globals::RelativePositionTag> & relativePositionTag)
{
areaInfo.landmarkInfo.SetNonNull();
areaInfo.landmarkInfo.Value().landmarkTag = landmarkTag;
areaInfo.landmarkInfo.Value().landmarkTag = landmarkTag;
areaInfo.landmarkInfo.Value().relativePositionTag = relativePositionTag;

return *this;
Expand Down

0 comments on commit 9289fac

Please sign in to comment.