Commit 7d0006e
committed
[CI] Fix CPP Format Issue
The format test for CPP was not working on the CI; however, the scripts
that the CI uses work locally. I believe the issue is caused by the
make format target relying on Python and due to recent cleanups, we
specifically do not build python for this test. I think that the make
format call was failing which was not raising any errors or warnings.1 parent aec8907 commit 7d0006e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments