mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
formatting
This commit is contained in:
parent
60afb79cc7
commit
94ca207772
3 changed files with 5 additions and 12 deletions
|
@ -1886,10 +1886,9 @@ fn build_tag<'a, 'ctx>(
|
|||
&[fields],
|
||||
);
|
||||
|
||||
let struct_type = env.context.struct_type(
|
||||
env.arena.alloc_slice_fill_iter(field_types),
|
||||
false,
|
||||
);
|
||||
let struct_type = env
|
||||
.context
|
||||
.struct_type(env.arena.alloc_slice_fill_iter(field_types), false);
|
||||
|
||||
struct_pointer_from_fields(
|
||||
env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue