mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Run gofmt
This commit is contained in:
@@ -155,7 +155,7 @@ func (s *Server) setTracer() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
logrus.WithError(err).Fatalln("couldn't start tracer")
|
logrus.WithError(err).Fatalln("couldn't start tracer")
|
||||||
}
|
}
|
||||||
|
|
||||||
// wrap the Zipkin tracer in a FnTracer which will also send spans to Prometheus
|
// wrap the Zipkin tracer in a FnTracer which will also send spans to Prometheus
|
||||||
fntracer := NewFnTracer(ziptracer)
|
fntracer := NewFnTracer(ziptracer)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user