Skip to content

Commit f7c1147

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

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
@@ -50,4 +50,4 @@ def swap_odd_even_bits(num: int) -> int:
5050

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

0 commit comments

Comments
 (0)