mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
fix linter
This commit is contained in:
@ -2519,7 +2519,8 @@ impl<'ctx, 'a> LLVMFunctionCodeGenerator<'ctx, 'a> {
|
||||
}
|
||||
}
|
||||
*/
|
||||
let callable_func = inkwell::values::CallableValue::try_from(typed_func_ptr).unwrap();
|
||||
let callable_func =
|
||||
inkwell::values::CallableValue::try_from(typed_func_ptr).unwrap();
|
||||
let call_site = self.builder.build_call(
|
||||
callable_func,
|
||||
params
|
||||
|
Reference in New Issue
Block a user