Skip to content

Commit

Permalink
newline...
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpatel96 committed Dec 2, 2024
1 parent 5b49e9f commit 63a58c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func (ca *MultiConditionalAttributeSet) check(keyToCheckVals map[string]string)
if _, ok := valToMatch[inVal]; !ok {
return false, nil
}

}
// if we've gone through every one of the keys, and they've all generated matches, return true
return true, nil
Expand Down

0 comments on commit 63a58c6

Please sign in to comment.