mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +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