Skip to content

Commit 6a472a9

Browse files
formatting
1 parent ac1ff14 commit 6a472a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/generate_test_report_lib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ def plural(num_tests):
273273
)
274274
report.extend(_format_failures(ninja_failures, failure_explanations))
275275
else:
276-
report.extend(["", ":white_check_mark: The build succeeded and all tests passed."])
276+
report.extend(
277+
["", ":white_check_mark: The build succeeded and all tests passed."]
278+
)
277279

278280
if failures or return_code != 0:
279281
report.extend(["", UNRELATED_FAILURES_STR])

0 commit comments

Comments
 (0)