Skip to content

Commit

Permalink
Break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 16, 2024
1 parent 397659e commit 097d2f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/utils/git/code-format-helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 097d2f5

Please sign in to comment.