X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/75091532075247ae9c47164ea883f4fe803eddf4..04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc:/lib/rubyvote/condorcet.rb diff --git a/lib/rubyvote/condorcet.rb b/lib/rubyvote/condorcet.rb index 616de48..95663d4 100644 --- a/lib/rubyvote/condorcet.rb +++ b/lib/rubyvote/condorcet.rb @@ -142,7 +142,7 @@ class PureCondorcetResult < CondorcetResult victors[candidate].length == @election.candidates.length - 1 end - @winners << winners if winners.length == 1 + @winners = winners if winners.length == 1 end end