Skip to content

Commit

Permalink
fix "clang-format/tidy" mixup in doc comment [NFC]
Browse files Browse the repository at this point in the history
  • Loading branch information
wanders committed Aug 11, 2021
1 parent 49be688 commit 6f8ab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clang_tidy_report.py
Expand Up @@ -27,7 +27,7 @@


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:
Expand Down

0 comments on commit 6f8ab38

Please sign in to comment.