Skip to content

Commit

Permalink
Comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambigeara committed Oct 7, 2022
1 parent cd6d83e commit 4994cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (n *node) moreRecentThan(o *node) bool {
// Seek out the next node in this precedence:
// - immediate child
// - right ptr
// - next parent which has a right ptr
// - right ptr of next parent which is not root
func (n *node) getNext() *node {
if n.children.firstChild != nil {
return n.children.firstChild
Expand Down

0 comments on commit 4994cec

Please sign in to comment.