no need for this much whitespace

This commit is contained in:
Putnam
2019-12-17 21:29:48 -08:00
parent e178db6949
commit 4e6377e319

View File

@@ -125,9 +125,6 @@ SUBSYSTEM_DEF(vote)
if(i != j && p[i][j] > p[j][i])
choices[choices[i]]++
// choices[choices[i]] is the schulze ranking, here, rather than raw vote numbers
/datum/controller/subsystem/vote/proc/announce_result()
if(vote_system == RANKED_CHOICE_VOTING)