Skip to content

Commit 3dcdad1

Browse files
committed
Merge branch 'master' of https://github.com/micaelalex/Python
2 parents efc745c + 636de59 commit 3dcdad1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hashes/elf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def elf_hash(data: str) -> int:
1616
hash &= ~x
1717
return hash
1818

19+
1920
if __name__ == "__main__":
2021
import doctest
2122

22-
doctest.testmod()
23+
doctest.testmod()

0 commit comments

Comments
 (0)