Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta committed Jan 15, 2024
1 parent 2960dc1 commit f997afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machine/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ type (
indexWhen map[string][]*whenBinding
// map of (single) state names to a list of bindings
indexStateCtx map[string][]context.CancelFunc
indexEventCh map[string][]chan *Event

Check failure on line 202 in pkg/machine/misc.go

View workflow job for this annotation

GitHub Actions / build (1.21)

type `indexEventCh` is unused (unused)
)

type whenBinding struct {
Expand Down

0 comments on commit f997afc

Please sign in to comment.