mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
cargo fmt
This commit is contained in:
parent
d9bf295d42
commit
40f4cd9835
1 changed files with 3 additions and 3 deletions
|
@ -133,13 +133,13 @@ mod gen_list {
|
||||||
indoc!(
|
indoc!(
|
||||||
r#"
|
r#"
|
||||||
firstList : List Int
|
firstList : List Int
|
||||||
firstList =
|
firstList =
|
||||||
[]
|
[]
|
||||||
|
|
||||||
secondList : List Int
|
secondList : List Int
|
||||||
secondList =
|
secondList =
|
||||||
[]
|
[]
|
||||||
|
|
||||||
List.append firstList secondList
|
List.append firstList secondList
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue