summaryrefslogtreecommitdiffstats
path: root/create/content_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'create/content_test.go')
-rw-r--r--create/content_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content_test.go b/create/content_test.go
index 9728c1c96..8eaaf7bf5 100644
--- a/create/content_test.go
+++ b/create/content_test.go
@@ -27,9 +27,9 @@ import (
"github.com/gohugoio/hugo/hugofs"
- "github.com/spf13/afero"
"github.com/gohugoio/hugo/create"
"github.com/gohugoio/hugo/helpers"
+ "github.com/spf13/afero"
"github.com/spf13/viper"
"github.com/stretchr/testify/require"
)