Formating with fmt

This commit is contained in:
2026-08-19 23:51:41 +03:00
parent de2dbaf6c1
commit bf805b79e5
13 changed files with 44 additions and 42 deletions
+1 -3
View File
@@ -588,9 +588,7 @@ impl SRSModule for WorstWordsSRSModule {
}
match self.queue.pop() {
Some(index) => {
index
}
Some(index) => index,
None => {
self.queue.append(&mut self.pool.clone());
self.rounds_remaining -= 1;