5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00

chore: remove unreachable code (#2182)

pkg/menu/styledlabel.go:255:2: unreachable code
This commit is contained in:
Travis McLane 2022-12-05 15:27:48 -06:00 committed by GitHub
parent f70d9de366
commit d2339de5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,6 +251,4 @@ func ParseANSI(input string) ([]*StyledText, error) {
} }
} }
} }
return result, nil
} }