Skip to content
Snippets Groups Projects
Commit dee800a4 authored by Antoine Kryus's avatar Antoine Kryus
Browse files

mod TieBreakFactory() loop order

parent a0bb0d4f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ func TieBreakFactory(tieBreakAlts []Alternative) func([]Alternative) (Alternativ
}
}
rank(tieBreakAlts[0], alts)
return -1, errors.New("002: NoTieBreakAlternativeFound")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment