trie: fix lint

This commit is contained in:
Gary Rong 2023-09-20 23:09:47 +08:00
parent 150b5b1a03
commit bc8294019d

View file

@ -814,7 +814,6 @@ func testPivotMove(t *testing.T, scheme string, tiny bool) {
deleteFn = func(key []byte, tr *Trie, states map[string][]byte) {
tr.Delete(key)
delete(states, string(key))
return
}
writeFn = func(key []byte, val []byte, tr *Trie, states map[string][]byte) {
if val == nil {