cargo fmt

This commit is contained in:
Richard Feldman 2020-07-22 19:37:58 -04:00
parent d9bf295d42
commit 40f4cd9835

View File

@ -133,13 +133,13 @@ mod gen_list {
indoc!(
r#"
firstList : List Int
firstList =
firstList =
[]
secondList : List Int
secondList =
[]
List.append firstList secondList
"#
),