Skip to content

Commit f205b11

Browse files
authored
Merge pull request #97 from docker/syntax-fix
Small fix for GitHub suggestion curly bracket issue.
2 parents 36acfb9 + 7f0024a commit f205b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)