summaryrefslogtreecommitdiffstats
path: root/commands/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server.go')
-rw-r--r--commands/server.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/server.go b/commands/server.go
index 0c16b959f..32a94f9c8 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -24,10 +24,10 @@ import (
"strings"
"time"
- "github.com/spf13/afero"
- "github.com/spf13/cobra"
"github.com/gohugoio/hugo/config"
"github.com/gohugoio/hugo/helpers"
+ "github.com/spf13/afero"
+ "github.com/spf13/cobra"
jww "github.com/spf13/jwalterweatherman"
)