More linting fixes
This commit is contained in:
parent
b15e2df3d3
commit
52cd7e21cb
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ func createStoreOrExit() *storage.Storage {
|
|||
return store
|
||||
}
|
||||
|
||||
func runVM(passthroughArg string, fn runvm.RunVMFunc, forwardPortsRules []vm.PortForwardingRule, unrestrictedNetworking bool, withNetTap bool) int {
|
||||
func runVM(passthroughArg string, fn runvm.Func, forwardPortsRules []vm.PortForwardingRule, unrestrictedNetworking bool, withNetTap bool) int {
|
||||
store := createStoreOrExit()
|
||||
|
||||
vmImagePath, err := store.CheckVMImageExists()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue