mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
run cargo fmt
This commit is contained in:
parent
f932bb66a0
commit
439befcc38
1 changed files with 6 additions and 4 deletions
|
@ -290,10 +290,12 @@ fn to_expr_report<'a>(
|
|||
])
|
||||
.indent(4),
|
||||
alloc.reflow("And to define a function:"),
|
||||
alloc.vcat(vec![
|
||||
alloc.text("increment : I64 -> I64"),
|
||||
alloc.text("increment = \\n -> n + 1"),
|
||||
]).indent(4)
|
||||
alloc
|
||||
.vcat(vec![
|
||||
alloc.text("increment : I64 -> I64"),
|
||||
alloc.text("increment = \\n -> n + 1"),
|
||||
])
|
||||
.indent(4),
|
||||
])]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue