Remove extra space in report header

This commit is contained in:
2022-11-17 13:42:27 +01:00
parent 38667d61f7
commit d68fb47688
18 changed files with 20 additions and 20 deletions

View File

@@ -1450,7 +1450,7 @@ class Summary:
print(color1, end="")
print(
f" # {'Date':10s} {'File':{max_file}s} {'Score':8s} "
f" {'Time(h)':7s} {'Title':s}"
f"{'Time(h)':7s} {'Title':s}"
)
print(
"===",