Skip to content

Commit fa904ae

Browse files
committed
Use default
1 parent 84dc329 commit fa904ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ protected ValueTask FlowControlAsync(CancellationToken cancellationToken)
463463
{
464464
if (_flowControlBlock.IsSet)
465465
{
466-
return new ValueTask();
466+
return default;
467467
}
468468

469469
return _flowControlBlock.WaitAsync(cancellationToken);

0 commit comments

Comments
 (0)