mirror of
https://github.com/golang/go
synced 2024-11-22 15:14:53 -07:00
nit: empty lines
This commit is contained in:
parent
fcd73ab871
commit
17bedc864f
@ -539,9 +539,7 @@ func BenchmarkClear(b *testing.B) {
|
||||
perG: func(b *testing.B, pb *testing.PB, i int, m mapInterface) {
|
||||
for ; pb.Next(); i++ {
|
||||
k, v := i%256, i%256
|
||||
|
||||
m.Clear()
|
||||
|
||||
m.Store(k, v)
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user