Skip to content

Commit

Permalink
Style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored and platisd committed Nov 6, 2023
1 parent c8536ad commit c760323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def main():
print("No new warnings found by Clang-Tidy")
return 0

print(f"Clang-Tidy found {len(review_comments):d} new warnings")
print(f"Clang-Tidy found {len(review_comments):d} new warning(s)")

post_review_comments(
github_api_url,
Expand Down

0 comments on commit c760323

Please sign in to comment.