Skip to content

Commit 2461db8

Browse files
committed
Whitespace fixing.
1 parent 1a5f7a5 commit 2461db8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/RabbitMQ.Client/client/impl/RabbitMQActivitySource.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ internal class RabbitMQActivitySource
2020
internal static ActivitySource source = new ActivitySource("RabbitMQ.Client", typeof(RabbitMQActivitySource).Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion);
2121
private static readonly TextMapPropagator Propagator = new CompositeTextMapPropagator(new TextMapPropagator[] { new TraceContextPropagator(), new BaggagePropagator() });
2222

23-
2423
static RabbitMQActivitySource()
2524
{
2625
Activity.DefaultIdFormat = ActivityIdFormat.W3C;
@@ -38,7 +37,7 @@ internal static Activity Send(BasicPublish basicPublish, int bodySize)
3837

3938
return activity;
4039
}
41-
40+
4241
return null;
4342
}
4443

0 commit comments

Comments
 (0)