1
0
Fork 0

fix "clang-format/tidy" mixup in doc comment [NFC]

This commit is contained in:
Anders Waldenborg 2021-06-21 19:18:19 +02:00 committed by Mikhail Goncharov
parent 49be688a27
commit d41a6769fc

View file

@ -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: