mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-20 15:05:19 +00:00
fix clippy.
This commit is contained in:
parent
fd96737c6d
commit
90650294af
@ -58,7 +58,7 @@ impl<E: HashElement> NodeManager<E> {
|
||||
|
||||
pub fn get_nodes(&self, layer: usize, start_pos: usize, end_pos: usize) -> NodeIterator<E> {
|
||||
NodeIterator {
|
||||
node_manager: &self,
|
||||
node_manager: self,
|
||||
layer,
|
||||
start_pos,
|
||||
end_pos,
|
||||
|
Loading…
Reference in New Issue
Block a user