mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
minor : fix whitespaces (#1302)
This commit is contained in:
parent
e2a937ca6a
commit
bca9ad938a
2 changed files with 78 additions and 79 deletions
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue