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! ->
|
walk! = \list, state, func! ->
|
||||||
when list is
|
when list is
|
||||||
[] -> state
|
[] -> state
|
||||||
|
|
||||||
[elem, .. as rest] ->
|
[elem, .. as rest] ->
|
||||||
nextState = func! state elem
|
nextState = func! state elem
|
||||||
walk! rest nextState func!
|
walk! rest nextState func!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue