Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Sep 27, 2024
1 parent 8190614 commit 77dc473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/aiken-lang/src/gen_uplc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4283,7 +4283,8 @@ impl<'a> CodeGenerator<'a> {

let function_def = self
.functions
.get(&generic_function_key).copied()
.get(&generic_function_key)
.copied()
.or(const_func.as_ref());

let Some(function_def) = function_def else {
Expand Down

0 comments on commit 77dc473

Please sign in to comment.