Skip to content

Commit 7d414b4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/linked_list/sorted_linked_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def display(self) -> None:
111111
This function displays whole list
112112
113113
Doctests
114-
114+
115115
116116
>>> linkedList=SortedLinkedList()
117117
>>> linkedList.insert(32)

0 commit comments

Comments
 (0)