1
0
mirror of https://github.com/golang/go synced 2024-11-22 15:14:53 -07:00

nit: empty lines

This commit is contained in:
Hiro 2024-01-03 05:37:54 +05:30
parent fcd73ab871
commit 17bedc864f

View File

@ -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)
}
},