Skip to content

Commit 071527e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 80bce46 commit 071527e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bit_manipulation/binary_count_trailing_zeros.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ def binary_count_trailing_zeros(a: int) -> int:
5151

5252
if __name__ == "__main__":
5353
import doctest
54-
doctest.testmod()
54+
55+
doctest.testmod()

0 commit comments

Comments
 (0)