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 --- hugofs/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugofs') diff --git a/hugofs/fs.go b/hugofs/fs.go index 92e89d4cc..71c0dade0 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -15,8 +15,8 @@ package hugofs import ( - "github.com/spf13/afero" "github.com/gohugoio/hugo/config" + "github.com/spf13/afero" ) // Os points to an Os Afero file system. -- cgit v1.2.3