Fix indent calls in optional fields

This commit is contained in:
Joshua Warner 2024-12-01 17:44:45 -08:00
parent 84b3969648
commit cfec120b13
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,17 @@
Record(
[
@1-5 OptionalValue(
@1-2 "i",
[],
@4-5 SpaceBefore(
Var {
module_name: "",
ident: "p",
},
[
Newline,
],
),
),
],
)