There was an error while loading. Please reload this page.
1 parent 2e72c97 commit 802d909Copy full SHA for 802d909
1 file changed
src/generation/generate.rs
@@ -7618,10 +7618,6 @@ where
7618
items.push_signal(Signal::SpaceIfNotTrailing);
7619
}
7620
items.push_condition(conditions::indent_if_start_of_line(generated_node));
7621
- // When the arrow's expression body forced the call onto multiple lines and
7622
- // the trailing-comma configuration is `always`, emit the trailing comma
7623
- // before the closing paren (issue #696). `onlyMultiLine` historically did
7624
- // not emit a comma here, so preserve that behavior to avoid churn.
7625
let trailing_break_items = {
7626
let mut break_items = PrintItems::new();
7627
if matches!(trailing_commas, TrailingCommas::Always) {
0 commit comments