Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta committed Feb 22, 2024
1 parent 0449ac3 commit 45abedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/machine/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ type Machine struct {

// New creates a new Machine instance, bound to context and modified with
// optional Opts
func New(ctx context.Context, states States, opts *Opts) *Machine { // parse relations
func New(ctx context.Context, states States, opts *Opts) *Machine {
// parse relations
parsedStates := cloneStates(states)
for name, state := range states {
// avoid self removal
Expand Down

0 comments on commit 45abedf

Please sign in to comment.