Skip to content

Commit 6215626

Browse files
committed
fixup
1 parent 7f42b03 commit 6215626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/RabbitMQ.Client/IConnection.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ Task CloseAsync(ushort reasonCode, string reasonText, TimeSpan timeout, bool abo
244244
/// The channel creation options.
245245
/// </param>
246246
/// <param name="cancellationToken">Cancellation token</param>
247-
Task<IChannel> CreateChannelAsync(CreateChannelOptions? options = default, CancellationToken cancellationToken = default);
247+
Task<IChannel> CreateChannelAsync(CreateChannelOptions? options = default,
248+
CancellationToken cancellationToken = default);
248249
}
249250
}

0 commit comments

Comments
 (0)