Skip to content

Commit abf946f

Browse files
committed
Add missing leading whitespace to doc string
1 parent 3c5fea2 commit abf946f

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
@@ -108,7 +108,7 @@ def parse_args():
108108
"--show-attempts-count",
109109
dest="showAttemptsCount",
110110
help="Show number of attempts and maximum attempts for tests"
111-
"which are allowed to run more than once.",
111+
" which are allowed to run more than once.",
112112
action="store_true",
113113
)
114114

0 commit comments

Comments
 (0)