Skip to content

Commit 6793a94

Browse files
committed
Fix formatting
1 parent 784e24e commit 6793a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def parse_args():
169169
"--report-failures-only",
170170
help="Only include unresolved, timed out, failed"
171171
" and unexpectedly passed tests in the report",
172-
action="store_true"
172+
action="store_true",
173173
)
174174
execution_group.add_argument(
175175
"--resultdb-output",

0 commit comments

Comments
 (0)