Skip to content

Commit

Permalink
Merge pull request #1120 from cyphar/fix-gofmt
Browse files Browse the repository at this point in the history
checkpoint: fix gofmt
  • Loading branch information
avagin authored Oct 18, 2016
2 parents bf77e59 + 38560a0 commit 88b4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 88b4c48

Please sign in to comment.