mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 05:00:59 +03:00
Cleanup
This commit is contained in:
parent
1379843a8f
commit
5501a405c2
@ -61,9 +61,9 @@ impl<N: Node> TreeNode<N> {
|
||||
// Remove the element from the node.
|
||||
if !self.elements.shift_remove(element) {
|
||||
self.counter += 1;
|
||||
return false;
|
||||
false
|
||||
} else {
|
||||
return is_not_first;
|
||||
is_not_first
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user