Skip to content

Commit 6a11132

Browse files
author
Anup Singh
committed
fix: apply pre-commit formatting and line length fix
1 parent a432438 commit 6a11132

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bit_manipulation/binary_count_trailing_zeros.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
def binary_count_trailing_zeros(a: int) -> int:
55
"""
6-
Return the number of trailing zeros in the binary representation of a non-negative integer.
6+
Return the number of trailing zeros in the binary
7+
representation of a non-negative integer.
78
89
Note:
910
For a == 0, returns 0 by convention.

0 commit comments

Comments
 (0)