From: John Dong Date: Thu, 16 Aug 2007 16:15:57 +0000 (+0000) Subject: Remove whitespace from election.rb that was generating a warning X-Git-Url: https://projects.mako.cc/source/rubyvote/commitdiff_plain/63292ec6d1a01761de21b9d421970e498ba963cc?hp=af3fdc3766e13c5e7b0aa01023285b25303d901f 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 --- 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