Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Dec 25, 2023
1 parent 289182c commit a39fb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ end

"""Testing"""
function reset!(env)
env.current_loc = env.init_loc
env.current_state = env.init_state

return env.current_loc
return env.current_state
end


Expand Down

0 comments on commit a39fb10

Please sign in to comment.