🐻 gofmt code

This commit is contained in:
Andy Pan 2019-01-29 20:51:34 +08:00
parent e988680ffc
commit c80af4dd6e
2 changed files with 9 additions and 10 deletions

View File

@ -304,4 +304,3 @@ func TestRestCodeCoverage(t *testing.T) {
p.Tune(AntsSize) p.Tune(AntsSize)
t.Logf("pool with func, after tuning capacity, capacity:%d, running:%d", p.Cap(), p.Running()) t.Logf("pool with func, after tuning capacity, capacity:%d, running:%d", p.Cap(), p.Running())
} }