From 63292ec6d1a01761de21b9d421970e498ba963cc Mon Sep 17 00:00:00 2001 From: John Dong Date: Thu, 16 Aug 2007 16:15:57 +0000 Subject: [PATCH 1/1] Remove whitespace from election.rb that was generating a warning git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@39 1440c7f4-e209-0410-9a04-881b5eb134a8 --- lib/rubyvote/election.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubyvote/election.rb b/lib/rubyvote/election.rb index ffd31c8..5a58243 100644 --- a/lib/rubyvote/election.rb +++ b/lib/rubyvote/election.rb @@ -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 -- 2.30.2