summaryrefslogtreecommitdiffstats
path: root/tpl/transform/transform.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/transform/transform.go')
-rw-r--r--tpl/transform/transform.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/transform/transform.go b/tpl/transform/transform.go
index 2cc4295b2..b41b41b9c 100644
--- a/tpl/transform/transform.go
+++ b/tpl/transform/transform.go
@@ -18,9 +18,9 @@ import (
"html"
"html/template"
- "github.com/spf13/cast"
"github.com/gohugoio/hugo/deps"
"github.com/gohugoio/hugo/helpers"
+ "github.com/spf13/cast"
)
// New returns a new instance of the transform-namespaced template functions.