Back out "Fix linting errors after upgrade to 1.90.0."

This backs out commit df19ececc3.
This commit is contained in:
Vincent Breitmoser
2025-09-29 22:28:50 +02:00
parent 893442bc4e
commit 952fc3d6f2

View File

@@ -92,7 +92,7 @@ impl<'a> ImportStats<'a> {
}
fn progress_update(&self) {
if !self.count_total.is_multiple_of(10) {
if (self.count_total % 10) != 0 {
return;
}
self.progress.set_message(&format!(