Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyh committed Jun 30, 2024
1 parent 4337033 commit 3ae8dd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/filtering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ impl Filtering {
FilterValue::Bool(value) => value.to_string(),
};

// if rule.operator == FilterOperator::In || rule.operator == FilterOperator::NotIn then wrap the value in parentheses
// if rule.operator == FilterOperator::Null || rule.operator == FilterOperator::NotNull then don't add the value
if rule.filter_operator == FilterOperator::In
|| rule.filter_operator == FilterOperator::NotIn
{
Expand Down

0 comments on commit 3ae8dd5

Please sign in to comment.