Skip to content

Commit 9893c29

Browse files
committed
Merge branch 'c#7-features' into dev
2 parents 3c252cc + 20d2e32 commit 9893c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private IModel GetChannel()
117117
}
118118
else
119119
{
120-
((_model, _connection) = CreateConnection();
120+
(_model, _connection) = CreateConnection();
121121
return _model;
122122
}
123123
}

0 commit comments

Comments
 (0)