Skip to content

Commit eeb5a62

Browse files
committed
dotnet format fix
1 parent 450dc71 commit eeb5a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public async ValueTask ExchangeDeclareAsync(string exchange, string type, bool p
386386
if (false == passive)
387387
{
388388
_connection.RecordExchange(new RecordedExchange(exchange, type, durable, autoDelete, arguments));
389-
}
389+
}
390390
}
391391

392392
public void ExchangeDeclareNoWait(string exchange, string type, bool durable, bool autoDelete, IDictionary<string, object> arguments)

0 commit comments

Comments
 (0)