mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
bump allocate precedence conflict
This commit is contained in:
parent
9208000316
commit
0e7106280c
4 changed files with 17 additions and 13 deletions
|
@ -75,9 +75,9 @@ impl<'a> Formattable<'a> for Expr<'a> {
|
|||
}
|
||||
|
||||
UnaryOp(loc_subexpr, _)
|
||||
| PrecedenceConflict {
|
||||
| PrecedenceConflict(roc_parse::ast::PrecedenceConflict {
|
||||
expr: loc_subexpr, ..
|
||||
} => loc_subexpr.is_multiline(),
|
||||
}) => loc_subexpr.is_multiline(),
|
||||
|
||||
ParensAround(subexpr) | Nested(subexpr) => subexpr.is_multiline(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue