Skip to content

Commit 95be329

Browse files
committed
Minor PR review fix
1 parent 8cd6ffb commit 95be329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public RecordedConsumer(AutorecoveringModel model, string queue, string consumer
4444
}
4545
else
4646
{
47-
Model = model ?? throw new ArgumentNullException(nameof(model));
47+
Model = model;
4848
}
4949

5050
if (string.IsNullOrEmpty(queue))

0 commit comments

Comments
 (0)