Skip to content

Commit c987f89

Browse files
authored
Merge pull request docker#97 from docker/syntax-fix
Small fix for GitHub suggestion curly bracket issue.
2 parents 5d62cb8 + bdbabf2 commit c987f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cli/pkg/standalone/containers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ func waitForContainerToStart(ctx context.Context, dockerClient *client.Client, c
105105
// wait for container to start
106106
default:
107107
return fmt.Errorf("container is in unexpected state %q", status.State.Status)
108-
109108
}
109+
}
110110
if i > 1 {
111111
select {
112112
case <-time.After(500 * time.Millisecond):

0 commit comments

Comments
 (0)