Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant ternary operator in conditional check
The ternary operator in the second `if` statement was redundant because `IsOrdered` is already checked to be `false` in the outer `if` statement. Simplified the code by directly using `UnorderedOp`.
- Loading branch information