fix extra ampersands

This commit is contained in:
Folkert 2021-07-29 17:32:08 +02:00
parent b6116eeb98
commit 899cbeabd7
79 changed files with 372 additions and 376 deletions

View file

@ -295,7 +295,7 @@ impl<'a> Formattable<'a> for Expr<'a> {
items,
final_comments,
} => {
fmt_list(buf, &items, final_comments, indent);
fmt_list(buf, items, final_comments, indent);
}
BinOps(lefts, right) => fmt_bin_ops(buf, lefts, right, false, parens, indent),
UnaryOp(sub_expr, unary_op) => {