fix width

This commit is contained in:
Andras Schmelczer 2026-06-18 08:00:20 +01:00
parent 2924209898
commit d34478e13c

View file

@ -320,6 +320,7 @@ pub(super) fn build_address_prefix_index(
for tokens in prefix_index.values_mut() {
tokens.sort_unstable();
tokens.dedup();
tokens.shrink_to_fit();
}
prefix_index