Skip to content

Commit 626dd47

Browse files
committed
style
1 parent 4ab1202 commit 626dd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/merge_spark_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def choose_jira_assignee(issue, asf_jira):
309309
print("JIRA is unassigned, choose assignee")
310310
for idx, author in enumerate(candidates):
311311
if author.key == "apachespark":
312-
continue
312+
continue
313313
annotations = ["Reporter"] if author == reporter else []
314314
if author in commentors:
315315
annotations.append("Commentor")

0 commit comments

Comments
 (0)