Gofmt all code (#552)

* Gofmt all code

* fmt
This commit is contained in:
Miek Gieben
2017-02-22 16:06:20 +00:00
committed by GitHub
parent 682957cc29
commit 4723fb9418
5 changed files with 26 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ type Config struct {
Root string
// Server is the server that handles this config
Server *Server
Server *Server
// Middleware stack.
Middleware []middleware.Middleware