align space

This commit is contained in:
Jean-Marie Mineau 2025-06-02 17:46:53 +02:00
parent 1c9b7a8c07
commit 01680ecf2e
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -66,7 +66,9 @@ def run(
hashes = list(dload_hashes_occ.keys())
hashes.sort(key=lambda x: dload_hashes_occ[x], reverse=True)
i = len(hashes)
print(f"bytecode hash | number of occurence")
print(
f"bytecode hash | number of occurence"
)
for h in hashes:
occ = dload_hashes_occ[h]
if occ <= 1: