Fix fmt
This commit is contained in:
parent
254d9c8903
commit
98af19bde3
@ -435,7 +435,8 @@ mod tests {
|
||||
let mut r = vec![];
|
||||
for bin in 0..map.num_buckets() {
|
||||
r.append(
|
||||
&mut map.items_in_range(bin, &None::<&std::ops::RangeInclusive<Pubkey>>),
|
||||
&mut map
|
||||
.items_in_range(bin, &None::<&std::ops::RangeInclusive<Pubkey>>),
|
||||
);
|
||||
}
|
||||
r
|
||||
|
Loading…
x
Reference in New Issue
Block a user