mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fix space problem
This commit is contained in:
parent
93023f495b
commit
9d3ff42746
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue