mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Fix indent calls in optional fields
This commit is contained in:
parent
84b3969648
commit
cfec120b13
5 changed files with 25 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
i? p,
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
Record(
|
||||
[
|
||||
@1-5 OptionalValue(
|
||||
@1-2 "i",
|
||||
[],
|
||||
@4-5 SpaceBefore(
|
||||
Var {
|
||||
module_name: "",
|
||||
ident: "p",
|
||||
},
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
|
@ -0,0 +1,2 @@
|
|||
{i?
|
||||
p}
|
Loading…
Add table
Add a link
Reference in a new issue