Removed space to avoid warning
authorAlexis Darrasse <alexis.darrasse@etu.upmc.fr>
Wed, 5 Apr 2006 20:40:42 +0000 (20:40 +0000)
committerAlexis Darrasse <alexis.darrasse@etu.upmc.fr>
Wed, 5 Apr 2006 20:40:42 +0000 (20:40 +0000)
git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@13 1440c7f4-e209-0410-9a04-881b5eb134a8

test/irv_test.rb

index 640824c42e5f6ac431b2a0f050624e0bcc5c6944..920380672f5eb4d1d2fc7d562d0ba8454f9e93c1 100644 (file)
@@ -58,7 +58,7 @@ class TestRunoffVote < Test::Unit::TestCase
     15.times {vote_array << "CDBA".split("")}
     15.times {vote_array << "DCBA".split("")}
 
-    test_winner ( "B", InstantRunoffLogicVote.new(vote_array).result )
+    test_winner( "B", InstantRunoffLogicVote.new(vote_array).result )
   end
   ###TODO: test all the other variants
 end

Benjamin Mako Hill || Want to submit a patch?