mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
fix other formatting
This commit is contained in:
parent
a5cb441d73
commit
46546f5a1e
@ -95,7 +95,7 @@ render : Model -> List Elem
|
||||
render = \model ->
|
||||
|
||||
blocks = List.map
|
||||
(List.range {start: At 0, end: Length numBlocks})
|
||||
(List.range { start: At 0, end: Length numBlocks })
|
||||
\index ->
|
||||
col =
|
||||
Num.rem index numCols
|
||||
|
@ -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…
Reference in New Issue
Block a user