Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(run_clang_format.py): Add early return for empty `formatted_filen…
…ames` in check function. If `formatted_filenames` is empty, it will run `clang-format` with the `-i` flag on an empty list, resulting `error: cannot use -i when reading from stdin`
- Loading branch information