Skip to content

Commit

Permalink
Update compiler/noirc_frontend/src/hir/type_check/expr.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jfecher <[email protected]>
  • Loading branch information
alexvitkov and jfecher authored Sep 25, 2023
1 parent 05e0b21 commit 51502ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/hir/type_check/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl<'interner> TypeChecker<'interner> {
&mut args,
);
}
};
}

let (function_id, function_call) = method_call.into_function_call(
method_ref.clone(),
Expand Down

0 comments on commit 51502ae

Please sign in to comment.