mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix issue with multibackpassing in closure in binop
This commit is contained in:
parent
0bf249afcb
commit
787fec6b3f
5 changed files with 50 additions and 1 deletions
|
@ -291,7 +291,7 @@ fn format_expr_only(
|
|||
let inner_parens = if needs_parens {
|
||||
Parens::NotNeeded
|
||||
} else {
|
||||
Parens::InApply
|
||||
Parens::InApplyLastArg
|
||||
};
|
||||
|
||||
if !before_all_newlines {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue