mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix lint
This commit is contained in:
parent
f82b1e550a
commit
8d0cb499ad
1 changed files with 1 additions and 1 deletions
|
@ -1920,7 +1920,7 @@ impl fmt::Display for Expr {
|
|||
}
|
||||
Expr::Prior(expr) => write!(f, "PRIOR {expr}"),
|
||||
Expr::Lambda(lambda) => write!(f, "{lambda}"),
|
||||
Expr::MemberOf(value, array) => write!(f, "{} MEMBER OF({})", value, array),
|
||||
Expr::MemberOf(value, array) => write!(f, "{value} MEMBER OF({array})"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue