mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fix: cargo fmt
This commit is contained in:
parent
43674efb32
commit
c4ab5a02eb
3 changed files with 6 additions and 8 deletions
|
@ -422,12 +422,7 @@ pub fn canonicalize_expr<'a>(
|
|||
|
||||
let (expr, output) = match expr {
|
||||
&ast::Expr::Num(str) => {
|
||||
let answer = num_expr_from_result(
|
||||
var_store,
|
||||
finish_parsing_num(str),
|
||||
region,
|
||||
env,
|
||||
);
|
||||
let answer = num_expr_from_result(var_store, finish_parsing_num(str), region, env);
|
||||
|
||||
(answer, Output::default())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue