Skip to content

Commit

Permalink
Whitespace fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
stebet committed Nov 21, 2022
1 parent 1a5f7a5 commit 2461db8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ internal class RabbitMQActivitySource
internal static ActivitySource source = new ActivitySource("RabbitMQ.Client", typeof(RabbitMQActivitySource).Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion);
private static readonly TextMapPropagator Propagator = new CompositeTextMapPropagator(new TextMapPropagator[] { new TraceContextPropagator(), new BaggagePropagator() });


static RabbitMQActivitySource()
{
Activity.DefaultIdFormat = ActivityIdFormat.W3C;
Expand All @@ -38,7 +37,7 @@ internal static Activity Send(BasicPublish basicPublish, int bodySize)

return activity;
}

return null;
}

Expand Down

0 comments on commit 2461db8

Please sign in to comment.