Run gofmt

This commit is contained in:
Nigel Deakin
2017-10-20 19:04:47 +01:00
parent 7e88d996a5
commit 02d49ffd93

View File

@@ -155,7 +155,7 @@ func (s *Server) setTracer() {
if err != nil {
logrus.WithError(err).Fatalln("couldn't start tracer")
}
// wrap the Zipkin tracer in a FnTracer which will also send spans to Prometheus
fntracer := NewFnTracer(ziptracer)