Skip to content

Commit 50bde71

Browse files
committed
format
1 parent 5c4c5ae commit 50bde71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ def uncomment_download_links(repo, release):
138138

139139
parser = argparse.ArgumentParser()
140140
parser.add_argument(
141-
"command", type=str, choices=["create", "upload", "check-permissions", "uncomment_download_links"]
141+
"command",
142+
type=str,
143+
choices=["create", "upload", "check-permissions", "uncomment_download_links"]
142144
)
143145

144146
# All args

0 commit comments

Comments
 (0)