mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix formatting
This commit is contained in:
parent
76e26e47f3
commit
dd38d49335
1 changed files with 4 additions and 1 deletions
|
@ -520,7 +520,10 @@ pub fn list_range<'a, 'ctx, 'env>(
|
||||||
let int_width = env
|
let int_width = env
|
||||||
.context
|
.context
|
||||||
.i8_type()
|
.i8_type()
|
||||||
.const_int(crate::llvm::build::intwidth_from_builtin(builtin, env.ptr_bytes) as u64, false)
|
.const_int(
|
||||||
|
crate::llvm::build::intwidth_from_builtin(builtin, env.ptr_bytes) as u64,
|
||||||
|
false,
|
||||||
|
)
|
||||||
.into();
|
.into();
|
||||||
|
|
||||||
call_bitcode_fn(
|
call_bitcode_fn(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue