Skip to content
Snippets Groups Projects
Verified Commit 856ee5c5 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring(lint): get rid of the linter warnings

parent e9dd4700
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -343,8 +343,7 @@ impl Display for Selection {
format!("{} {} {}", left, op, right)
}
Selection::UnaryOp { op, child } => match op {
Unary::IsNull => format!("{} {}", child, op),
Unary::IsNotNull => format!("{} {}", child, op),
Unary::IsNull | Unary::IsNotNull => format!("{} {}", child, op),
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment