fix "clang-format/tidy" mixup in doc comment [NFC]
This commit is contained in:
parent
49be688a27
commit
d41a6769fc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue