mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix extra ampersands
This commit is contained in:
parent
b6116eeb98
commit
899cbeabd7
79 changed files with 372 additions and 376 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue