Skip to content

Commit 8038fde

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ccccc95 commit 8038fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/swap_all_odd_and_even_bits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def swap_odd_even_bits(num: int) -> int:
5555

5656
doctest.testmod()
5757
for i in (-1, 0, 1, 2, 3, 4, 23, 24):
58-
print(show_bits(i, swap_odd_even_bits(i)), '\n')
58+
print(show_bits(i, swap_odd_even_bits(i)), "\n")

0 commit comments

Comments
 (0)