Commit 4837b5f
committed
Fix CS0162 unreachable code warning
- Changed USE_FAKE_FOR_TESTING from const to static readonly
- Prevents compiler warning about unreachable code in CI builds
- Maintains same functionality with runtime evaluation1 parent 5d30a90 commit 4837b5f
File tree
1 file changed
+2
-2
lines changed- 10.0/AgeSignals/AgeSignals/Services
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments