nit: empty lines

This commit is contained in:
Hiro 2024-01-03 05:37:54 +05:30
parent fcd73ab871
commit 17bedc864f
1 changed files with 0 additions and 2 deletions

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