From 68ac02b549cc60ec9c1450c0c04a87a98619c67c Mon Sep 17 00:00:00 2001 From: gotgelf Date: Mon, 11 Dec 2023 21:22:38 +0100 Subject: [PATCH] Otel tracing MVP: fixed gofmt Signed-off-by: gotgelf --- tracing/tracing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing/tracing.go b/tracing/tracing.go index aa304dec4..8a8559e7b 100644 --- a/tracing/tracing.go +++ b/tracing/tracing.go @@ -46,4 +46,4 @@ func InitOpenTelemetry(ctx context.Context) error { otel.SetTextMapPropagator(pr) return nil -} \ No newline at end of file +}