chore: cargo fmt
This commit is contained in:
parent
1de7b2866a
commit
6b70292dfb
|
@ -2992,8 +2992,7 @@ impl<'a> CodeGenerator<'a> {
|
||||||
|
|
||||||
let function_def = self.functions.get(&generic_function_key);
|
let function_def = self.functions.get(&generic_function_key);
|
||||||
|
|
||||||
let Some(function_def) = function_def
|
let Some(function_def) = function_def else {
|
||||||
else {
|
|
||||||
let code_gen_func = self
|
let code_gen_func = self
|
||||||
.code_gen_functions
|
.code_gen_functions
|
||||||
.get(&generic_function_key.function_name)
|
.get(&generic_function_key.function_name)
|
||||||
|
|
Loading…
Reference in New Issue