fixed
This commit is contained in:
parent
715ca44014
commit
cb2cdd29eb
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ impl Controller for SimulatedController {
|
||||||
.collect();
|
.collect();
|
||||||
scores.sort_by(|(_, a), (_, b)| b.cmp(a));
|
scores.sort_by(|(_, a), (_, b)| b.cmp(a));
|
||||||
|
|
||||||
dbg!(&scores);
|
|
||||||
let (m, _) = scores.first().unwrap();
|
let (m, _) = scores.first().unwrap();
|
||||||
Ok(m.clone())
|
Ok(m.clone())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue