Ups... too many parens xD

This commit is contained in:
Eduard Tomas 2017-03-22 14:40:00 +01:00
parent 2e674ad532
commit 20d2e32719

View File

@ -117,7 +117,7 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
} }
else else
{ {
((_model, _connection) = CreateConnection(); (_model, _connection) = CreateConnection();
return _model; return _model;
} }
} }