]> projects.mako.cc - selectricity/blobdiff - app/controllers/application.rb
Merge branch 'live' of ssh://ephesus.xvm.mit.edu/org/selectricity/selectricity-live
[selectricity] / app / controllers / application.rb
index 7be877afa8cbf011e4da5385feae4fe0a6d35f05..bdd11e8c425f98ce927c8d950a5fbdd7977b4c91 100644 (file)
@@ -36,7 +36,6 @@ class ApplicationController < ActionController::Base
 
   #both election_controller and quickvote_controller need this method
   def sort_candidates
-    
     @vote = Vote.find(params[:id])
     
     @vote.rankings.each do |ranking|

Benjamin Mako Hill || Want to submit a patch?