Commit db9d68f
authored
Fix clang-format on CI (#7374)
Make it print the diff again. Previously, when there was a formatting
problem, the script would exit the first time it ran `git clang-format`
without printing the results. Update the script to ignore errors on that
first run to ensure it makes it to the part where the results are
printed.1 parent 0402784 commit db9d68f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments