Skip to content

Commit 37c36bc

Browse files
committed
dotnet format fix
1 parent b8ae359 commit 37c36bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ internal class BasicGetAsyncRpcContinuation : AsyncRpcContinuation<BasicGetResul
203203
private readonly Func<ulong, ulong> _adjustDeliveryTag;
204204

205205
public BasicGetAsyncRpcContinuation(Func<ulong, ulong> adjustDeliveryTag, TimeSpan continuationTimeout)
206-
:base(continuationTimeout)
206+
: base(continuationTimeout)
207207
{
208208
_adjustDeliveryTag = adjustDeliveryTag;
209209
}

0 commit comments

Comments
 (0)