From 6e8f498f071a4b3d6a77e83dd6dd5c5ba8515a19 Mon Sep 17 00:00:00 2001 From: sylviamoss Date: Thu, 22 Jul 2021 10:27:18 +0200 Subject: [PATCH] fix linting --- builder/vsphere/common/step_snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/vsphere/common/step_snapshot.go b/builder/vsphere/common/step_snapshot.go index e12b8e3a..e5bcce16 100644 --- a/builder/vsphere/common/step_snapshot.go +++ b/builder/vsphere/common/step_snapshot.go @@ -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 {