mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Remove superfluous return
This commit is contained in:
parent
4b7c1342fd
commit
50269f2512
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue