fix other formatting

This commit is contained in:
Brendan Hansknecht 2022-12-04 18:39:58 -08:00
parent a5cb441d73
commit 46546f5a1e
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@ anyString = buildPrimitiveParser \fieldRawString ->
digit : Parser RawStr U8
digit =
digitParsers =
List.range {start: At '0', end: At '9'}
List.range { start: At '0', end: At '9' }
|> List.map \digitNum ->
digitNum
|> codeunit