Commit a76f620
committed
Fix trailing whitespace after PowerShell backtick line continuations
Lines 198 and 199 had trailing spaces after the backtick character,
which broke PowerShell line continuation for the Start-Process command
in the Spectre-mitigated MSVC libs installation step.1 parent 926d98b commit a76f620
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments