Skip to content

Commit

Permalink
Update src/app/AttributePathExpandIterator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Jan 10, 2025
1 parent 3b6557d commit c2e23a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/AttributePathExpandIterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ std::optional<AttributeId> AttributePathExpandIterator::NextAttributeId()

// At this point, the attributeID is NOT a wildcard (i.e. it is fixed).
//
// For wildcard expansion, we validate that this is a valid attribute for for the given
// cluster on the given endpoint. If not a wildcard expansion, return it as-is
// For wildcard expansion, we validate that this is a valid attribute for the given
// cluster on the given endpoint. If not a wildcard expansion, return it as-is.
if (mPosition.mAttributePath->mValue.IsWildcardPath())
{
if (!IsValidAttributeId(mPosition.mAttributePath->mValue.mAttributeId))
Expand Down

0 comments on commit c2e23a2

Please sign in to comment.