minor : fix whitespaces (#1302)

This commit is contained in:
Georgi Gerganov 2023-05-03 20:09:42 +03:00 committed by GitHub
parent e2a937ca6a
commit bca9ad938a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 78 additions and 79 deletions

View file

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