Skip to content

Commit 0579fac

Browse files
committed
Fix formatting
1 parent b4d3022 commit 0579fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/git/github-automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def update_issue_project_status(self) -> None:
519519
}
520520
}
521521
"""
522-
variables = {"node_id": pr.node_id }
522+
variables = {"node_id": pr.node_id}
523523
res_header, res_data = gh._Github__requester.graphql_query(
524524
query=query, variables=variables
525525
)

0 commit comments

Comments
 (0)