mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fixing tests
This commit is contained in:
parent
01f9539d8e
commit
f48a661b3d
3 changed files with 9 additions and 7 deletions
|
@ -451,6 +451,7 @@ impl<'a> Expr<'a> {
|
|||
.append(alloc.hardline())
|
||||
.append(expr.to_doc(alloc, false)),
|
||||
|
||||
Store(stores, expr) if stores.is_empty() => expr.to_doc(alloc, false),
|
||||
Store(stores, expr) => {
|
||||
let doc_stores = stores
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue