From 40f4cd9835b11cd36d110d5035d63672bfc6edab Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 22 Jul 2020 19:37:58 -0400 Subject: [PATCH] cargo fmt --- compiler/gen/tests/gen_list.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/gen/tests/gen_list.rs b/compiler/gen/tests/gen_list.rs index d9b2103224..aa494a8154 100644 --- a/compiler/gen/tests/gen_list.rs +++ b/compiler/gen/tests/gen_list.rs @@ -133,13 +133,13 @@ mod gen_list { indoc!( r#" firstList : List Int - firstList = + firstList = [] - + secondList : List Int secondList = [] - + List.append firstList secondList "# ),