From: Bjørn Erik Pedersen Date: Tue, 16 Jun 2015 20:31:51 +0000 (+0200) Subject: Remove superfluous return X-Git-Tag: v0.15~339 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=50269f251249a0ddf76028b69002c4609101a2cc;p=brevno-suite%2Fhugo Remove superfluous return --- diff --git a/helpers/path.go b/helpers/path.go index 0c601a86..2d9502c8 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 {