mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
roc format
This commit is contained in:
parent
b32f12015d
commit
b4c20fca39
1 changed files with 0 additions and 1 deletions
|
@ -1481,7 +1481,6 @@ walk! : List elem, state, (state, elem => state) => state
|
|||
walk! = \list, state, func! ->
|
||||
when list is
|
||||
[] -> state
|
||||
|
||||
[elem, .. as rest] ->
|
||||
nextState = func! state elem
|
||||
walk! rest nextState func!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue