Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamoss committed Jul 22, 2021
1 parent 711724d commit 6e8f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/vsphere/common/step_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

type StepCreateSnapshot struct {
CreateSnapshot bool
SnapshotName string
SnapshotName string
}

func (s *StepCreateSnapshot) Run(_ context.Context, state multistep.StateBag) multistep.StepAction {
Expand Down

0 comments on commit 6e8f498

Please sign in to comment.