From 873a6f18851bcda79d562ff6c02e1109e8e31a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 13 Jun 2017 19:07:35 +0200 Subject: Run gofmt to get imports in line vs gohugoio/hugo --- create/content_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create/content_test.go') 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" ) -- cgit v1.2.3