Skip to content

Commit 2dcd836

Browse files
Merge branch 'branch1' of github.com:AyushChakraborty/TheAlgorithms into branch1
2 parents e9a65c7 + a51f39a commit 2dcd836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bit_manipulation/hamming_code_generator.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def hamming_15_11(number: str) -> str:
8686
else:
8787
return "Input must be an 11-bit binary string containing only '0's and '1's."
8888

89+
8990
if __name__ == "__main__":
9091
import doctest
9192

0 commit comments

Comments
 (0)