mirror of
https://github.com/golang/go
synced 2024-11-23 04:20:03 -07:00
runtime: gofmt proc_test.go
This commit is contained in:
parent
d75fbac54d
commit
bc881ea002
@ -734,7 +734,7 @@ func BenchmarkCreateGoroutinesSingle(b *testing.B) {
|
||||
var wg sync.WaitGroup
|
||||
wg.Add(b.N)
|
||||
for i := 0; i < b.N; i++ {
|
||||
go func(){
|
||||
go func() {
|
||||
wg.Done()
|
||||
}()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user