Skip to content

Commit 38560a0

Browse files
committed
checkpoint: fix gofmt
Fixes: a60040c ("Container must not checkpoint in created state") Fixes: opencontainers#1076 Signed-off-by: Aleksa Sarai <asarai@suse.de>
1 parent bf77e59 commit 38560a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkpoint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ checkpointed.`,
4040
}
4141
status, err := container.Status()
4242
if err != nil {
43-
return(err)
43+
return err
4444
}
4545
if status == libcontainer.Created {
4646
fatalf("Container cannot be checkpointed in created state")

0 commit comments

Comments
 (0)