Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Sep 7, 2023
1 parent 1de7b28 commit 6b70292
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/aiken-lang/src/gen_uplc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2992,8 +2992,7 @@ impl<'a> CodeGenerator<'a> {

let function_def = self.functions.get(&generic_function_key);

let Some(function_def) = function_def
else {
let Some(function_def) = function_def else {
let code_gen_func = self
.code_gen_functions
.get(&generic_function_key.function_name)
Expand Down

0 comments on commit 6b70292

Please sign in to comment.