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 --- tpl/data/resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/data/resources.go') diff --git a/tpl/data/resources.go b/tpl/data/resources.go index bc9d4b7c4..11c35f9d9 100644 --- a/tpl/data/resources.go +++ b/tpl/data/resources.go @@ -21,9 +21,9 @@ import ( "sync" "time" - "github.com/spf13/afero" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/helpers" + "github.com/spf13/afero" jww "github.com/spf13/jwalterweatherman" ) -- cgit v1.2.3