Skip to content

Commit 4807307

Browse files
committed
fix formatting
1 parent b21dccb commit 4807307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public QueuePurgeAsyncRpcContinuation(TimeSpan continuationTimeout, Cancellation
440440
}
441441

442442
public override Task HandleCommandAsync(IncomingCommand cmd)
443-
{
443+
{
444444
if (cmd.CommandId == ProtocolCommandId.QueuePurgeOk)
445445
{
446446
var method = new Client.Framing.Impl.QueuePurgeOk(cmd.MethodSpan);

0 commit comments

Comments
 (0)