You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State machine ptr to ref (#669)
* Format state_machine related files
* Switch from pointer to reference for state machine
References should always be preferred if possible.