Skip to content

Commit 88b6f6a

Browse files
tniessenTrott
andcommitted
build: clarify missing clang-format tool
Co-authored-by: Rich Trott <[email protected]>
1 parent c3a581c commit 88b6f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
14401440
$(CLANG_FORMAT_START) -- \
14411441
$(LINT_CPP_FILES)
14421442
else
1443-
$(info clang-format is not installed.)
1443+
$(info Required tooling for C++ code formatting is not installed.)
14441444
$(info To install (requires internet access) run: $$ make format-cpp-build)
14451445
endif
14461446

0 commit comments

Comments
 (0)