From 51fd5033171028eebffbfc0e2d698985046867cd Mon Sep 17 00:00:00 2001 From: microproofs Date: Wed, 7 Aug 2024 14:51:02 -0400 Subject: [PATCH] warning fix --- crates/aiken-lang/src/gen_uplc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aiken-lang/src/gen_uplc.rs b/crates/aiken-lang/src/gen_uplc.rs index 232a350e..f60dd17e 100644 --- a/crates/aiken-lang/src/gen_uplc.rs +++ b/crates/aiken-lang/src/gen_uplc.rs @@ -625,7 +625,7 @@ impl<'a> CodeGenerator<'a> { // // if is : { } // [(builtin ifThenElse) (condition is pattern) (body) (else) ] - a @ TypedExpr::If { + TypedExpr::If { branches, final_else, tipo,