From d41a6769fcb6d9d3788ad23ac031ecebd3775bc1 Mon Sep 17 00:00:00 2001 From: Anders Waldenborg Date: Mon, 21 Jun 2021 19:18:19 +0200 Subject: [PATCH] fix "clang-format/tidy" mixup in doc comment [NFC] --- scripts/clang_tidy_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clang_tidy_report.py b/scripts/clang_tidy_report.py index 9a98ed5..941e024 100755 --- a/scripts/clang_tidy_report.py +++ b/scripts/clang_tidy_report.py @@ -27,7 +27,7 @@ from phabtalk.phabtalk import Report, Step def run(base_commit, ignore_config, step: Optional[Step], report: Optional[Report]): - """Apply clang-format and return if no issues were found.""" + """Apply clang-tidy and return if no issues were found.""" if report is None: report = Report() # For debugging. if step is None: