Commit 9174e39
committed
Fix CI: remove expected blank lines between switch cases in two more tests
TestSelectCaseComparesCharsAndStrings and CastToSameTypeAsync expected
blank lines between switch sections that were previously produced by
the Roslyn formatter when cases had block bodies. After #1244 removes
those blocks, the blank lines are no longer emitted.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent 2f94c42 commit 9174e39
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | 297 | | |
299 | 298 | | |
300 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1382 | 1382 | | |
1383 | 1383 | | |
1384 | 1384 | | |
1385 | | - | |
1386 | 1385 | | |
1387 | 1386 | | |
1388 | 1387 | | |
| |||
0 commit comments