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
Remove unneeded local variable.
pull/582/head
José Alberto
6 years ago
parent
44f43cdc0d
commit
bee5286bc4
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/EventBusServiceBus/EventBusServiceBus.cs
+ 1
- 1
src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs
View File
@ -178,7 +178,7 @@
}
processed
=
true
;
}
return
processed
return
processed
;
}
private
void
RemoveDefaultRule
(
)
Write
Preview
Loading…
Cancel
Save