Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
nit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jun 20, 2022
1 parent e0f58a9 commit 3df1ce8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sparse/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl Node {
} else {
Node::create_node(side_node, path_node, parent_height)
}
// parent_node
} else {
// When joining two nodes, or a node and a leaf, the joined node is
// the direct parent of the node with the greater height and an
Expand All @@ -83,7 +82,6 @@ impl Node {
} else {
Node::create_node(side_node, path_node, parent_height)
}
// parent_node
}
}

Expand Down

0 comments on commit 3df1ce8

Please sign in to comment.