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