Skip to content

Commit 9e2d21d

Browse files
committed
Remove unreachable code
1 parent 6f81b6f commit 9e2d21d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/images/generic.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func (vc genericVersionComparer) Lt(a, b string) bool {
2323
if len(aParts) == 0 || len(bParts) == 0 || len(aParts) != len(bParts) {
2424
slog.Error("Cannot compare versions with different parts", "a", a, "b", b)
2525
panic(fmt.Sprintf("Cannot compare versions %s and %s", a, b))
26-
return false
2726
}
2827

2928
for i := range aParts {

0 commit comments

Comments
 (0)