chore: remove unreachable code (#2182)

pkg/menu/styledlabel.go:255:2: unreachable code
This commit is contained in:
Travis McLane
2022-12-06 08:27:48 +11:00
committed by GitHub
parent f70d9de366
commit d2339de5ff
-2
View File
@@ -251,6 +251,4 @@ func ParseANSI(input string) ([]*StyledText, error) {
}
}
}
return result, nil
}