minor : fix whitespaces

This commit is contained in:
Georgi Gerganov 2023-05-03 19:54:57 +03:00
parent e2a937ca6a
commit 32d8b3ff24
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 78 additions and 79 deletions

View file

@ -75,4 +75,3 @@ print("-" * 80)
# Output the results as a table # Output the results as a table
for r in results: for r in results:
print(f"{r['filename']:40} {r['valid checksum']:^20} {r['file missing']:^20}") print(f"{r['filename']:40} {r['valid checksum']:^20} {r['file missing']:^20}")