Cargo fmt

This commit is contained in:
Petr Novotnik 2025-11-25 18:09:27 +01:00 committed by xitep
parent 43a6ab1885
commit 0547fe8ffb
3 changed files with 21 additions and 6 deletions

View file

@ -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,