vm/isolated: reformat

This commit is contained in:
Dmitry Vyukov 2017-07-18 09:58:53 +02:00
parent 3fd92b9694
commit 9e1407a678

View File

@ -221,7 +221,6 @@ func (inst *instance) waitForReboot(timeout int) error {
return fmt.Errorf("isolated: the machine did not reboot on repair")
}
func (inst *instance) Close() {
close(inst.closed)
}