mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
Back out "Fix linting errors after upgrade to 1.90.0."
This backs out commit df19ececc3
.
This commit is contained in:
@@ -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!(
|
||||
|
Reference in New Issue
Block a user