Skip to content

Commit

Permalink
feat(machine): add Tracer.QueueEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta committed Jul 10, 2024
1 parent 6fc6d98 commit c167587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/history/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (h *History) Inheritable() bool {
return false
}
func (h *History) MachineDispose(machID string) {}
func (h *History) QueueEnd(mach *am.Machine) {}
func (h *History) QueueEnd(mach *am.Machine) {}

func (h *History) TransitionEnd(tx *am.Transition) {
if !tx.Accepted {
Expand Down

0 comments on commit c167587

Please sign in to comment.