This commit is contained in:
Anton-4 2024-06-22 20:09:15 +02:00
parent ab217ede3f
commit f8432f7510
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
6 changed files with 41 additions and 48 deletions

View file

@ -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,
)
}