mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-25 04:52:32 +00:00
fmt
This commit is contained in:
parent
ab217ede3f
commit
f8432f7510
6 changed files with 41 additions and 48 deletions
|
@ -475,7 +475,7 @@ pub fn record_pattern_fields<'a>() -> impl Parser<'a, Collection<'a, Loc<Pattern
|
|||
record_pattern_field(),
|
||||
byte(b',', PRecord::End),
|
||||
byte(b'}', PRecord::End),
|
||||
Pattern::SpaceBefore
|
||||
Pattern::SpaceBefore,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue