Skip to content

Commit c403f81

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/heap/fibonacci_heap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ def merge(self, other):
162162
self.min_node = other.min_node
163163

164164
self.total_nodes += other.total_nodes
165-
return self
165+
return self

0 commit comments

Comments
 (0)