Skip to content

Commit 90e0c82

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 380d8fb commit 90e0c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/largest_pow_of_two_less_than_or_equal_to_a_number.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def largest_pow_of_two_less_than_or_equal_to_a_number(number: int) -> int:
5757
if __name__ == "__main__":
5858
import doctest
5959

60-
doctest.testmod()
60+
doctest.testmod()

0 commit comments

Comments
 (0)