From 225a140055115350977f910dcd57e830f720bf8b Mon Sep 17 00:00:00 2001 From: Thomas Meckel <14177833+tmeckel@users.noreply.github.com> Date: Wed, 26 Jun 2019 17:22:13 +0200 Subject: [PATCH] Applied correct source format (got fmt) to builder\virtualbox\common\driver_mock.go --- builder/virtualbox/common/driver_mock.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/builder/virtualbox/common/driver_mock.go b/builder/virtualbox/common/driver_mock.go index 7ecc7130f..68d57fa64 100644 --- a/builder/virtualbox/common/driver_mock.go +++ b/builder/virtualbox/common/driver_mock.go @@ -46,16 +46,16 @@ type DriverMock struct { VersionResult string VersionErr error - LoadSnapshotsCalled []string - LoadSnapshotsResult *VBoxSnapshot - CreateSnapshotCalled []string - CreateSnapshotError error - HasSnapshotsCalled []string - HasSnapshotsResult bool + LoadSnapshotsCalled []string + LoadSnapshotsResult *VBoxSnapshot + CreateSnapshotCalled []string + CreateSnapshotError error + HasSnapshotsCalled []string + HasSnapshotsResult bool GetCurrentSnapshotCalled []string GetCurrentSnapshotResult *VBoxSnapshot - SetSnapshotCalled []*VBoxSnapshot - DeleteSnapshotCalled []*VBoxSnapshot + SetSnapshotCalled []*VBoxSnapshot + DeleteSnapshotCalled []*VBoxSnapshot } func (d *DriverMock) CreateSATAController(vm string, controller string, portcount int) error {