fix space problem

This commit is contained in:
Folkert 2021-03-12 23:20:41 +01:00
parent 93023f495b
commit 9d3ff42746

View file

@ -393,7 +393,7 @@ fn to_expr_report<'a>(
alloc.vcat(vec![ alloc.vcat(vec![
alloc.text("x = 4").indent(4), alloc.text("x = 4").indent(4),
alloc.text("y = 2").indent(4), alloc.text("y = 2").indent(4),
alloc.text("").indent(4), alloc.text(""),
alloc.text("x + y").indent(4), alloc.text("x + y").indent(4),
]), ]),
]); ]);