From 05e96abd6103ae7b70436abe58dbc0ad7e740929 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Tue, 23 Apr 2019 20:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=91=20Do=20gofmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ants.go | 2 +- ants_benchmark_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ants.go b/ants.go index 3dde641..8187074 100644 --- a/ants.go +++ b/ants.go @@ -69,7 +69,7 @@ var ( return 1 }() - defaultAntsPool, _ = NewPool(DEFAULT_ANTS_POOL_SIZE) + defaultAntsPool, _ = NewPool(DEFAULT_ANTS_POOL_SIZE) ) // Init a instance pool when importing ants. diff --git a/ants_benchmark_test.go b/ants_benchmark_test.go index 90badf9..da8c08d 100644 --- a/ants_benchmark_test.go +++ b/ants_benchmark_test.go @@ -128,4 +128,4 @@ func BenchmarkAntsPoolThroughput(b *testing.B) { } } b.StopTimer() -} \ No newline at end of file +}