This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Ups... too many parens xD
pull/144/head
Eduard Tomas
7 years ago
parent
2e674ad532
commit
20d2e32719
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.cs
+ 1
- 1
src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.cs
View File
@ -117,7 +117,7 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
}
else
{
(
(
_model
,
_connection
)
=
CreateConnection
(
)
;
(
_model
,
_connection
)
=
CreateConnection
(
)
;
return
_model
;
}
}
Write
Preview
Loading…
Cancel
Save