mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Clippy & fmt
This commit is contained in:
parent
dcd4914ac1
commit
1f747e971f
2 changed files with 3 additions and 7 deletions
|
@ -523,12 +523,8 @@ impl<'a> WasmBackend<'a> {
|
|||
|
||||
let num_wasm_args = param_types.len();
|
||||
let has_return_val = ret_type.is_some();
|
||||
self.code_builder.call(
|
||||
func_index,
|
||||
symbol_index,
|
||||
num_wasm_args,
|
||||
has_return_val,
|
||||
);
|
||||
self.code_builder
|
||||
.call(func_index, symbol_index, num_wasm_args, has_return_val);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue