Browse Source

run gofmt on async producer test file

Varun Kumar 5 years ago
parent
commit
3f8f953835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      async_producer_test.go

+ 1 - 1
async_producer_test.go

@@ -1282,7 +1282,7 @@ func ExampleAsyncProducer_goroutines() {
 	signal.Notify(signals, os.Interrupt)
 
 	var (
-		wg                                 sync.WaitGroup
+		wg                                  sync.WaitGroup
 		enqueued, successes, producerErrors int
 	)