Added missing newline at end of builder\virtualbox\common\driver_mock.go
This commit is contained in:
parent
e9b5332e99
commit
ab6a163ff2
|
@ -186,4 +186,4 @@ func (d *DriverMock) DeleteSnapshot(string vmName, *VBoxSnapshot snapshot) error
|
|||
}
|
||||
d.DeleteSnapshotCalled = append(d.DeleteSnapshotCalled, snapshot)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue