Removed space to avoid warning
[rubyvote] / 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?