Skip to content

Commit

Permalink
Consistent style.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed May 15, 2012
1 parent c7982b4 commit 1198ef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binary_heap.rb
Expand Up @@ -183,8 +183,7 @@ def initialize

it 'allows duplicate values' do
heap = MaxHeap.new
heap << 1
heap << 1
heap << 1 << 1
heap.pop.should == 1
heap.pop.should == 1
end
Expand Down

0 comments on commit 1198ef3

Please sign in to comment.