chore: cargo fmt

This commit is contained in:
rvcas 2023-09-06 21:10:50 -04:00
parent 1de7b2866a
commit 6b70292dfb
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 2 deletions

View File

@ -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)