Skip to content

Commit e78e8d1

Browse files
committed
simplify
1 parent e1bbbd4 commit e78e8d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ast/query.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,8 +2877,6 @@ impl PipeOperator {
28772877
) -> fmt::Result {
28782878
write!(f, "{}", operation)?;
28792879
match set_quantifier {
2880-
SetQuantifier::All => write!(f, " ALL")?,
2881-
SetQuantifier::Distinct => write!(f, " DISTINCT")?,
28822880
SetQuantifier::None => {}
28832881
_ => {
28842882
write!(f, " {}", set_quantifier)?;

0 commit comments

Comments
 (0)