mirror of
https://github.com/grdl/git-get.git
synced 2026-02-07 03:10:39 +00:00
Fix issues found by nlreturn linter
This commit is contained in:
@@ -216,6 +216,7 @@ func (n *Node) isYoungest() bool {
|
||||
for i, sis := range sisters {
|
||||
if sis.val == n.val {
|
||||
myIndex = i
|
||||
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user