mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Minor formatting fix
This commit is contained in:
parent
b1a972ab21
commit
209d78f72c
1 changed files with 6 additions and 5 deletions
|
@ -489,8 +489,9 @@ pub fn desugar_expr<'a>(
|
|||
}),
|
||||
fields: Collection::with_items(
|
||||
Vec::from_iter_in(
|
||||
[
|
||||
Loc::at(region, AssignedField::RequiredValue(
|
||||
[Loc::at(
|
||||
region,
|
||||
AssignedField::RequiredValue(
|
||||
Loc::at(region, field_name),
|
||||
&[],
|
||||
&*arena.alloc(Loc {
|
||||
|
@ -500,12 +501,12 @@ pub fn desugar_expr<'a>(
|
|||
ident: "#record_updater_field",
|
||||
},
|
||||
}),
|
||||
))
|
||||
],
|
||||
),
|
||||
)],
|
||||
arena,
|
||||
)
|
||||
.into_bump_slice(),
|
||||
)
|
||||
),
|
||||
};
|
||||
|
||||
arena.alloc(Loc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue