Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhib committed Oct 13, 2024
1 parent e55365c commit b7f13ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pairing_heap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def change_priority(elem, priority)
delete(elem)
push(elem, priority)
else
super(elem, priority)
super
end
end
end
Expand Down

0 comments on commit b7f13ef

Please sign in to comment.