Skip to content

Commit 4420abe

Browse files
committed
fixup
1 parent a08854c commit 4420abe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

projects/RabbitMQ.Client/client/api/IChannel.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,13 @@ Task CloseAsync(ushort replyCode, string replyText, bool abort,
265265
Task CloseAsync(ShutdownEventArgs reason, bool abort,
266266
CancellationToken cancellationToken = default);
267267

268-
/// <summary>Asynchronously enable publisher confirmations.</summary>
268+
/// <summary>
269+
/// Asynchronously enable publisher confirmations.
270+
/// </summary>
269271
/// <param name="trackConfirmations">Set to <c>false</c> if tracking via <see cref="BasicAcks"/> and <see cref="BasicNacks"/> yourself.</param>
270272
/// <param name="cancellationToken">CancellationToken for this operation.</param>
271-
Task ConfirmSelectAsync(bool trackConfirmations = true, CancellationToken cancellationToken = default);
273+
Task ConfirmSelectAsync(bool trackConfirmations = true,
274+
CancellationToken cancellationToken = default);
272275

273276
/// <summary>Asynchronously declare an exchange.</summary>
274277
/// <param name="exchange">The name of the exchange.</param>

0 commit comments

Comments
 (0)