Skip to content

Commit

Permalink
fix: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
routing-ci committed Nov 1, 2019
1 parent fddfd9b commit a658664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion handlers/paniccheck.go
@@ -1,10 +1,11 @@
package handlers

import (
"code.cloudfoundry.org/gorouter/common/health"
"fmt"
"net/http"

"code.cloudfoundry.org/gorouter/common/health"

"code.cloudfoundry.org/gorouter/logger"
"github.com/uber-go/zap"
"github.com/urfave/negroni"
Expand Down
1 change: 0 additions & 1 deletion main.go
Expand Up @@ -378,4 +378,3 @@ func createLogger(component string, level string) (goRouterLogger.Logger, lager.
lggr := goRouterLogger.NewLogger(component, logLevel, zap.Output(os.Stdout))
return lggr, minLagerLogLevel
}

0 comments on commit a658664

Please sign in to comment.