mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
run cargo fmt
This commit is contained in:
parent
80dccf6885
commit
80aceba630
2 changed files with 4 additions and 4 deletions
|
@ -159,7 +159,9 @@ fn parse_escaped_single_quote_string_predicate() {
|
|||
Some(SQLBinaryExpr {
|
||||
left: Box::new(SQLIdentifier("salary".to_string())),
|
||||
op: NotEq,
|
||||
right: Box::new(SQLValue(Value::SingleQuotedString("Jim's salary".to_string())))
|
||||
right: Box::new(SQLValue(Value::SingleQuotedString(
|
||||
"Jim's salary".to_string()
|
||||
)))
|
||||
}),
|
||||
ast.selection,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue