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
commit 88b4c4851e
1 changed files with 1 additions and 1 deletions

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")