Skip to content

Commit 7df7aff

Browse files
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7 [skip ci]
1 parent 62255cb commit 7df7aff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/generate_test_report_lib.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,4 @@ def load_info_from_files(build_log_files):
281281

282282
def generate_report_from_files(title, return_code, build_log_files):
283283
junit_objects, ninja_logs = load_info_from_files(build_log_files)
284-
return generate_report(
285-
title, return_code, junit_objects, ninja_logs
286-
)
284+
return generate_report(title, return_code, junit_objects, ninja_logs)

0 commit comments

Comments
 (0)