🍑 Do gofmt

This commit is contained in:
Andy Pan 2019-04-23 20:33:34 +08:00
parent afb5322674
commit 05e96abd61
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ var (
return 1 return 1
}() }()
defaultAntsPool, _ = NewPool(DEFAULT_ANTS_POOL_SIZE) defaultAntsPool, _ = NewPool(DEFAULT_ANTS_POOL_SIZE)
) )
// Init a instance pool when importing ants. // Init a instance pool when importing ants.

View File

@ -128,4 +128,4 @@ func BenchmarkAntsPoolThroughput(b *testing.B) {
} }
} }
b.StopTimer() b.StopTimer()
} }