Skip to content

Commit

Permalink
refactor: fix readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Stepanov committed Jun 28, 2022
1 parent 31f4317 commit 6a46d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parallel.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func parallelContainersRunner(
errors chan<- ParallelContainersRequestError,
containers chan<- Container,
wg *sync.WaitGroup) {

for req := range requests {
c, err := GenericContainer(ctx, req)
if err != nil {
Expand Down

0 comments on commit 6a46d22

Please sign in to comment.