Skip to content

Commit d6ceb1a

Browse files
committed
Fixing make lint errors
1 parent 780c20f commit d6ceb1a

File tree

1 file changed

+1
-2
lines changed
  • processor/tailsamplingprocessor/internal/sampling

1 file changed

+1
-2
lines changed

processor/tailsamplingprocessor/internal/sampling/util_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"go.opentelemetry.io/collector/pdata/ptrace"
1212
)
1313

14-
func TestSetAttrOnScopeSpans_Empty(t *testing.T) {
14+
func TestSetAttrOnScopeSpans_Empty(_ *testing.T) {
1515
traces := ptrace.NewTraces()
1616
traceData := &TraceData{
1717
ReceivedBatches: traces,
@@ -61,7 +61,6 @@ func TestSetAttrOnScopeSpans_Many(t *testing.T) {
6161

6262
func BenchmarkSetAttrOnScopeSpans(b *testing.B) {
6363
for n := 0; n < b.N; n++ {
64-
6564
traces := ptrace.NewTraces()
6665

6766
for i := 0; i < 5; i++ {

0 commit comments

Comments
 (0)