🐶 Reduce blank lines

This commit is contained in:
Andy Pan 2019-01-25 21:35:11 +08:00
parent 4c0f9a4d6f
commit e736e8fac6
1 changed files with 1 additions and 1 deletions

View File

@ -77,4 +77,4 @@ func main() {
wg.Wait()
fmt.Printf("running goroutines: %d\n", p.Running())
fmt.Printf("finish all tasks, result is %d\n", sum)
}
}