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.
1 parent bf77e59 commit 38560a0Copy full SHA for 38560a0
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