mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Remove superfluous return
This commit is contained in:
@@ -110,8 +110,6 @@ func UnicodeSanitize(s string) string {
|
||||
}
|
||||
|
||||
return result
|
||||
|
||||
return string(target)
|
||||
}
|
||||
|
||||
func isMn(r rune) bool {
|
||||
|
Reference in New Issue
Block a user