6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-05 01:29:42 +00:00

Fix issues found by nlreturn linter

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 18:28:09 +02:00
parent 3b85a64c2d
commit ca8681f997
7 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ func (p *FlatPrinter) Print(repos []Printable) string {
if len(repo.Errors()) > 0 {
str.WriteString(" " + red("error") + "\n")
continue
}

View File

@@ -216,6 +216,7 @@ func (n *Node) isYoungest() bool {
for i, sis := range sisters {
if sis.val == n.val {
myIndex = i
break
}
}