Added missing newline at end of builder\virtualbox\common\driver_mock.go

This commit is contained in:
Thomas Meckel 2019-06-26 16:11:11 +02:00 committed by Thomas Meckel
parent e9b5332e99
commit ab6a163ff2
1 changed files with 1 additions and 1 deletions

View File

@ -186,4 +186,4 @@ func (d *DriverMock) DeleteSnapshot(string vmName, *VBoxSnapshot snapshot) error
}
d.DeleteSnapshotCalled = append(d.DeleteSnapshotCalled, snapshot)
return nil
}
}