trie: lint whitespace #25312 (#1098)

This commit is contained in:
Daniel Liu 2025-08-28 18:49:37 +08:00 committed by GitHub
parent 67106daaa8
commit 0b7b02b8e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -345,7 +345,6 @@ func TestStacktrieNotModifyValues(t *testing.T) {
if !bytes.Equal(have, want) {
t.Fatalf("item %d, have %#x want %#x", i, have, want)
}
}
}