Refactor some code

This commit is contained in:
2022-06-15 11:27:24 +02:00
parent 811a4ca418
commit 0a3327f076
5 changed files with 54 additions and 59 deletions

View File

@@ -72,7 +72,7 @@ impl Game {
}
let r = &self.result;
let o = utils::sortperm(r, true);
let o = utils::sort_perm(r);
let t = (0..self.teams.len())
.map(|e| TeamVariable {