Skip to content

Commit

Permalink
reverse whitespace change - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Vestal committed Aug 21, 2024
1 parent 843a0e7 commit 37fc8d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ object OpForEach : Action {
if (stack.size < 2)
throw MishapNotEnoughArgs(2, stack.size)


val instrs = stack.getList(stack.lastIndex - 1, stack.size)
val datums = stack.getList(stack.lastIndex, stack.size)

stack.removeLastOrNull()
stack.removeLastOrNull()

Expand Down

0 comments on commit 37fc8d2

Please sign in to comment.