Merge pull request #1120 from cyphar/fix-gofmt

checkpoint: fix gofmt
This commit is contained in:
Andrew Vagin
2016-10-18 23:56:48 +05:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ checkpointed.`,
}
status, err := container.Status()
if err != nil {
return(err)
return err
}
if status == libcontainer.Created {
fatalf("Container cannot be checkpointed in created state")