Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b34076c

Browse files
committedOct 8, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 54e8005 commit b34076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bit_manipulation/hamming_code_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def hamming_15_11(number: str) -> str:
9090

9191
elif len(number) != 11 or not is_bin:
9292
return "Input must be an 11-bit binary string containing only '0's and '1's."
93-
93+
9494
else:
9595
return None
9696

0 commit comments

Comments
 (0)
Please sign in to comment.