Skip to content

Commit 88b4c48

Browse files
authored
Merge pull request opencontainers#1120 from cyphar/fix-gofmt
checkpoint: fix gofmt
2 parents bf77e59 + 38560a0 commit 88b4c48

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)