Skip to content

Commit

Permalink
run gofmt on async producer test file
Browse files Browse the repository at this point in the history
  • Loading branch information
varun06 committed Jul 5, 2020
1 parent 8eb2785 commit 3f8f953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_producer_test.go
Expand Up @@ -1282,7 +1282,7 @@ func ExampleAsyncProducer_goroutines() {
signal.Notify(signals, os.Interrupt)

var (
wg sync.WaitGroup
wg sync.WaitGroup
enqueued, successes, producerErrors int
)

Expand Down

0 comments on commit 3f8f953

Please sign in to comment.