summaryrefslogtreecommitdiffstats
path: root/tpl/strings/strings.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/strings/strings.go')
-rw-r--r--tpl/strings/strings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/strings/strings.go b/tpl/strings/strings.go
index 36af1a1c5..ec95be730 100644
--- a/tpl/strings/strings.go
+++ b/tpl/strings/strings.go
@@ -20,9 +20,9 @@ import (
_strings "strings"
"unicode/utf8"
- "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 strings-namespaced template functions.