Skip to content

Commit 3d35bbc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/linked_list/xor_linked_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def to_list(self) -> list[int]:
8282
if __name__ == "__main__":
8383
import doctest
8484

85-
doctest.testmod()
85+
doctest.testmod()

0 commit comments

Comments
 (0)