From 3b8fa515f80021bd17a78ca95b0231f5888c1607 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 27 Apr 2022 16:15:23 -0600 Subject: [PATCH] Emergency fix for new CI linter Signed-off-by: Ed Santiago --- pkg/machine/qemu/machine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/machine/qemu/machine.go b/pkg/machine/qemu/machine.go index 091c9f8d18..ccfad90f77 100644 --- a/pkg/machine/qemu/machine.go +++ b/pkg/machine/qemu/machine.go @@ -1466,7 +1466,7 @@ func (v *MachineVM) getIgnitionFile() string { return v.IgnitionFilePath.GetPath() } -//resizeDisk increases the size of the machine's disk in GB. +// resizeDisk increases the size of the machine's disk in GB. func (v *MachineVM) resizeDisk(diskSize uint64, oldSize uint64) error { // Resize the disk image to input disk size // only if the virtualdisk size is less than