Skip to content

Commit e3eede9

Browse files
authored
Merge pull request #48175 from ftorrresd/nano_comparison_report
Add new line before Nano Comparison header
2 parents 72c0ccf + 4c9979f commit e3eede9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhysicsTools/NanoAOD/test/compare_sizes_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def prow(x):
5555
rmem_ref = 0
5656

5757
if first and options.header:
58+
print("\n")
5859
prow(headers)
5960
if options.fmt == "md": prow("---" for x in headers)
6061
first = False

0 commit comments

Comments
 (0)