Skip to content

Commit a2cb86e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/binary_swap_bits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def swap_bits(number: int, i: int, j: int) -> int:
5252
if _name_ == "_main_":
5353
import doctest
5454

55-
doctest.testmod()
55+
doctest.testmod()

0 commit comments

Comments
 (0)