run gofmt

This commit is contained in:
Patrick Lang 2017-10-25 21:47:14 -07:00
parent 95d82b4637
commit 6d5f75e118
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ if ($harddrivePath){
if err := ps.Run(script, vmName, path, harddrivePath, vhdRoot, strconv.FormatInt(ram, 10), strconv.FormatInt(diskSize, 10), switchName, strconv.FormatInt(int64(generation), 10)); err != nil { if err := ps.Run(script, vmName, path, harddrivePath, vhdRoot, strconv.FormatInt(ram, 10), strconv.FormatInt(diskSize, 10), switchName, strconv.FormatInt(int64(generation), 10)); err != nil {
return err return err
} }
return DisableAutomaticCheckpoints(vmName) return DisableAutomaticCheckpoints(vmName)
} else { } else {
var script = ` var script = `