Minor formatting fix

This commit is contained in:
Sam Mohr 2024-08-16 01:52:56 -07:00
parent b1a972ab21
commit 209d78f72c
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99

View file

@ -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 {