Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-osman3 committed Sep 6, 2024
1 parent 5a85f7b commit e7803d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otelarrowreceiver/internal/trace/otlp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func otlpReceiverOnGRPCServer(t *testing.T, tc consumer.Traces) net.Addr {
})
require.NoError(t, err)
bq := admission.NewBoundedQueue(maxBytes, maxWaiters)
r := New(zap.NewNop(),tc, obsrecv, bq)
r := New(zap.NewNop(), tc, obsrecv, bq)
// Now run it as a gRPC server
srv := grpc.NewServer()
ptraceotlp.RegisterGRPCServer(srv, r)
Expand Down

0 comments on commit e7803d1

Please sign in to comment.