From 50269f251249a0ddf76028b69002c4609101a2cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 16 Jun 2015 22:31:51 +0200 Subject: [PATCH] Remove superfluous return --- helpers/path.go | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.30.2