From 95e1f7252140162314a7c45419ecef8b27f7e081 Mon Sep 17 00:00:00 2001 From: Oliver Powell Date: Tue, 17 Oct 2023 14:13:52 -0300 Subject: [PATCH] fix linting --- tracing_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tracing_test.go b/tracing_test.go index c046ad670..0948dd0d1 100644 --- a/tracing_test.go +++ b/tracing_test.go @@ -551,7 +551,6 @@ func TestContinueTransactionFromHeaders(t *testing.T) { assertEqual(t, s, tt.wantSpan) } - } func TestContinueSpanFromTrace(t *testing.T) {