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!( 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
"# "#
), ),