mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -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 string(target)
|
||||
}
|
||||
|
||||
func isMn(r rune) bool {
|
||||
|
|
Loading…
Reference in a new issue