mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix other formatting
This commit is contained in:
parent
a5cb441d73
commit
46546f5a1e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue