Otel tracing MVP: fixed gofmt

Signed-off-by: gotgelf <gotgelf@gmail.com>
This commit is contained in:
gotgelf 2023-12-11 21:22:38 +01:00
parent fb7cdf8900
commit 68ac02b549

View file

@ -46,4 +46,4 @@ func InitOpenTelemetry(ctx context.Context) error {
otel.SetTextMapPropagator(pr) otel.SetTextMapPropagator(pr)
return nil return nil
} }