Skip to content

Commit 5ba2c5f

Browse files
committed
Fix formatting
1 parent 1bd011a commit 5ba2c5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/utils/llvm_push_pr.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ def merge_pr(self, pr_url: str) -> Optional[str]:
262262
)
263263
time.sleep(MERGE_RETRY_DELAY)
264264

265-
raise LlvmPrError(
266-
f"PR was not mergeable after {MERGE_MAX_RETRIES} attempts."
267-
)
265+
raise LlvmPrError(f"PR was not mergeable after {MERGE_MAX_RETRIES} attempts.")
268266

269267
def enable_auto_merge(self, pr_url: str) -> None:
270268
if not pr_url:

0 commit comments

Comments
 (0)