We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf77e59 + 38560a0 commit 88b4c48Copy full SHA for 88b4c48
checkpoint.go
@@ -40,7 +40,7 @@ checkpointed.`,
40
}
41
status, err := container.Status()
42
if err != nil {
43
- return(err)
+ return err
44
45
if status == libcontainer.Created {
46
fatalf("Container cannot be checkpointed in created state")
0 commit comments