mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
fix builtin formatting
This commit is contained in:
parent
a5efc1f179
commit
a5cb441d73
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ takeWhile = \list, predicate ->
|
|||
helper { taken: [], rest: list }
|
||||
|
||||
digits : List U8
|
||||
digits = List.range {start: At '0', end: At '9'}
|
||||
digits = List.range { start: At '0', end: At '9' }
|
||||
|
||||
takeDigits = \bytes ->
|
||||
takeWhile bytes \n -> List.contains digits n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue