Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers/path.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers/path.go b/helpers/path.go
index 0c601a868..2d9502c8a 100644
--- a/helpers/path.go
+++ b/helpers/path.go
@@ -110,8 +110,6 @@ func UnicodeSanitize(s string) string {
}
return result
-
- return string(target)
}
func isMn(r rune) bool {