diff --git a/llvm/utils/git/code-format-helper.py b/llvm/utils/git/code-format-helper.py index a96fae4953a863..12fc2d876fa838 100755 --- a/llvm/utils/git/code-format-helper.py +++ b/llvm/utils/git/code-format-helper.py @@ -165,8 +165,7 @@ def run(self, changed_files: List[str], args: FormatArgs) -> bool: # infrastructure failure). comment_text = ( f":warning: The {self.friendly_name} failed without printing " - "a diff. Check the logs for stderr output. :warning:" - ) + "a diff. Check the logs for stderr output. :warning:") self.update_pr(comment_text, args, create_new=False) return False