Remove superfluous return

This commit is contained in:
Bjørn Erik Pedersen 2015-06-16 22:31:51 +02:00
parent 4b7c1342fd
commit 50269f2512
1 changed files with 0 additions and 2 deletions

View File

@ -110,8 +110,6 @@ func UnicodeSanitize(s string) string {
}
return result
return string(target)
}
func isMn(r rune) bool {