Commit e08455f
committed
fix: strip trailing whitespace failing CI format
Two blank lines carry trailing whitespace, so the "Check code formatting"
step (dotnet format --verify-no-changes) exits 1. The CI/CD Pipeline has
failed on master since these were introduced, and because pull_request
builds check out the simulated merge with the base branch, every open PR
inherits the red check.
Whitespace only; no behaviour change.1 parent 2893e13 commit e08455f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments