summaryrefslogtreecommitdiffstats
path: root/hugolib/site_output.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_output.go')
-rw-r--r--hugolib/site_output.go2
1 files changed, 1 insertions, 1 deletions
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) {