Remove whitespace from election.rb that was generating a warning
authorJohn Dong <jdong@mit.edu>
Thu, 16 Aug 2007 16:15:57 +0000 (16:15 +0000)
committerJohn Dong <jdong@mit.edu>
Thu, 16 Aug 2007 16:15:57 +0000 (16:15 +0000)
git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@39 1440c7f4-e209-0410-9a04-881b5eb134a8

lib/rubyvote/election.rb

index ffd31c846e56400e9df945361d5a4c11ebb9df9d..5a5824341a57c1f4c9f6aef7ec14ed41f40dc693 100644 (file)
@@ -45,7 +45,7 @@ class ElectionVote
           if self.verify_vote(vote)
             self.tally_vote(vote)
           else
-            raise InvalidVoteError.new ("Invalid vote object", vote)
+            raise InvalidVoteError.new("Invalid vote object", vote)
           end
         end
       else

Benjamin Mako Hill || Want to submit a patch?