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 --- hugolib/site_output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/site_output.go') diff --git a/hugolib/site_output.go b/hugolib/site_output.go index cbd85f35b..f5eb2ba57 100644 --- a/hugolib/site_output.go +++ b/hugolib/site_output.go @@ -18,10 +18,10 @@ import ( "path" "strings" - "github.com/spf13/cast" "github.com/gohugoio/hugo/config" "github.com/gohugoio/hugo/helpers" "github.com/gohugoio/hugo/output" + "github.com/spf13/cast" ) func createSiteOutputFormats(allFormats output.Formats, cfg config.Provider) (map[string]output.Formats, error) { -- cgit v1.2.3