shithub: hugo

Download patch

ref: 50269f251249a0ddf76028b69002c4609101a2cc
parent: 4b7c1342fd6d7eea216ff9de22f94a195d620414
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Jun 16 18:31:51 EDT 2015

Remove superfluous return

--- a/helpers/path.go
+++ b/helpers/path.go
@@ -110,8 +110,6 @@
 	}
 
 	return result
-
-	return string(target)
 }
 
 func isMn(r rune) bool {