Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang-format] improve check for clang-format to accept Homebrew version
Homebrew installation of clang-format (satisfying >14.0 requirement) outputs the following version string: ``` Homebrew clang-format version 14.0.6 ``` This change fixes the following error while running make-pretty: ``` *** ERROR: Homebrew clang-format version 14.0.6; clang-format 14.0 required ```
- Loading branch information