fixing tests

This commit is contained in:
Folkert 2020-07-31 00:49:16 +02:00
parent 01f9539d8e
commit f48a661b3d
3 changed files with 9 additions and 7 deletions

View file

@ -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()