Explorar el Código

Align votes total under column

main
Adrian Short hace 1 año
padre
commit
f081bd9fdb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      twohorserace

+ 2
- 2
twohorserace Ver fichero

@@ -98,8 +98,8 @@ data['bodies'].each do |body|

# Total votes in this poll
if poll['votes']
puts
puts "Total: %d" % poll['votes']
puts "%68s" % [ "=" * poll['votes'].to_s.size ]
puts "%68d" % poll['votes']
end

# Rejected ballots in this poll


Cargando…
Cancelar
Guardar