From 70739c972e910aed9321f1bc0efb97adeb741fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 14 Mar 2016 20:31:31 +0100 Subject: Remove unnecessary type conversions --- hugolib/shortcode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/shortcode.go') diff --git a/hugolib/shortcode.go b/hugolib/shortcode.go index b221ff8a7..3c0afd2e7 100644 --- a/hugolib/shortcode.go +++ b/hugolib/shortcode.go @@ -155,7 +155,7 @@ func HandleShortcodes(stringToParse string, page *Page, t tpl.Template) (string, } } - return string(tmpContent), nil + return tmpContent, nil } var isInnerShortcodeCache = struct { -- cgit v1.2.3