Commit 7e697d6
authored
Strip trailing whitespace in santaconfig.ts (#943)
The \`markdown-check\` job runs \`git grep -EIn $'[ \t]+$' --
':(exclude)*.patch'\` across the working tree and fails on any trailing
whitespace. A single line in \`docs/src/lib/santaconfig.ts\` has one
trailing space, which currently fails CI on every open PR (e.g. #942).
This commit removes that one trailing character so the gate returns
green.1 parent 4a0f326 commit 7e697d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments