Skip to content

Commit 83e088f

Browse files
committed
dotnet format
1 parent e2634d6 commit 83e088f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ await CloseAsync(ea, false)
18191819
throw;
18201820
}
18211821
}
1822-
1822+
18231823
private static BasicProperties PopulateActivityAndPropagateTraceId<TProperties>(TProperties basicProperties,
18241824
Activity sendActivity) where TProperties : IReadOnlyBasicProperties, IAmqpHeader
18251825
{

projects/Test/OTel/TestOpenTelemetry.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public async Task TestPublisherAndConsumerActivityTagsAsync(bool useRoutingKeyAs
189189
AssertActivityData(useRoutingKeyAsOperationName, queueName, exportedItems, true);
190190
}
191191
}
192-
192+
193193
[Theory]
194194
[InlineData(true)]
195195
[InlineData(false)]
@@ -246,7 +246,7 @@ public async Task TestPublisherWithPublicationAddressAndConsumerActivityTagsAsyn
246246
AssertActivityData(useRoutingKeyAsOperationName, queueName, exportedItems, true);
247247
}
248248
}
249-
249+
250250
[Theory]
251251
[InlineData(true)]
252252
[InlineData(false)]

0 commit comments

Comments
 (0)