From c327189ab79dbfafaacdeadb84f1232292d5e77c Mon Sep 17 00:00:00 2001 From: Ayaz Hafiz Date: Wed, 14 Dec 2022 17:14:44 -0600 Subject: [PATCH] Remove unneeded whitespace --- crates/compiler/test_gen/src/gen_tags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/compiler/test_gen/src/gen_tags.rs b/crates/compiler/test_gen/src/gen_tags.rs index 08ea866066..549924dea3 100644 --- a/crates/compiler/test_gen/src/gen_tags.rs +++ b/crates/compiler/test_gen/src/gen_tags.rs @@ -2116,7 +2116,7 @@ fn non_unary_union_with_lambda_set_with_imported_toplevels_issue_4733() { app "test" provides [main] to "./platform" fn = \s -> - instr = + instr = if s == "*" then (Op Num.mul) else if s == "+" then (Op Num.add) else Noop