mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Cargo fmt
This commit is contained in:
parent
43a6ab1885
commit
0547fe8ffb
3 changed files with 21 additions and 6 deletions
|
|
@ -9929,7 +9929,11 @@ fn parse_merge() {
|
|||
predicate: None,
|
||||
action: MergeAction::Insert(MergeInsertExpr {
|
||||
insert_token: AttachedToken::empty(),
|
||||
columns: vec![Ident::new("A").into(), Ident::new("B").into(), Ident::new("C").into()],
|
||||
columns: vec![
|
||||
Ident::new("A").into(),
|
||||
Ident::new("B").into(),
|
||||
Ident::new("C").into()
|
||||
],
|
||||
kind_token: AttachedToken::empty(),
|
||||
kind: MergeInsertKind::Values(Values {
|
||||
value_keyword: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue