Commit f04178c
committed
Use short-circuit AND operator in EventAggregator
The HandlerExistsFor() method in EventAggregator uses the logical AND
operator & instead of the conditional logical AND operator &&.1 parent 3db4048 commit f04178c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments