Skip to content

Commit 6587ffe

Browse files
committed
fixup
1 parent 177ccbd commit 6587ffe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/RabbitMQ.Client/Impl/Connection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ await _channel0.ConnectionOpenAsync(_config.VirtualHost, cancellationToken)
247247

248248
return this;
249249
}
250-
catch(Exception ex)
250+
catch (Exception ex)
251251
{
252252
connectionActivity?.ReportException(ex);
253253
try
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const RabbitMQ.Client.RabbitMQActivitySource.ConnectionSourceName = "RabbitMQ.Client.Connection" -> string!

0 commit comments

Comments
 (0)