Less layering

This commit is contained in:
Kovid Goyal
2022-08-24 19:55:46 +05:30
parent 10d11bc749
commit 4ab5456ead
3 changed files with 37 additions and 12 deletions

View File

@@ -2892,7 +2892,6 @@ func Wcwidth(code rune) int {
default:
return 1
}
return 1
}
func IsEmojiPresentationBase(code rune) bool {
switch code {