Skip to content

Commit f5ef509

Browse files
committed
formatting
1 parent 6767047 commit f5ef509

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ private async Task ReconnectAsync(Amqp.Framing.Close closeFrame)
419419
// the backoff policy is not active due of some condition
420420
// for example: Reaching the maximum number of retries and avoid the forever loop
421421
backOffDelayPolicy.IsActive() &&
422-
423422
// even we set the status to reconnecting up, we need to check if the connection is still in the
424423
// reconnecting status. The user may close the connection in the meanwhile
425424
State == State.Reconnecting)

RabbitMQ.AMQP.Client/Impl/Utils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public static Attach CreateAttach(string address,
107107
: SenderSettleMode.Unsettled,
108108
RcvSettleMode = ReceiverSettleMode.First,
109109
LinkName = linkName,
110-
111110
// Role = true,
112111
Target = new Target()
113112
{

0 commit comments

Comments
 (0)