refactor: remove redundant continue

This commit is contained in:
Lucille L. Blumire 2025-04-17 16:07:24 +01:00
parent 2ca0b47169
commit d54f7b14ad
No known key found for this signature in database
GPG key ID: D168492023622329

View file

@ -68,7 +68,6 @@ impl BatchProcessor {
batch_number.0,
e
);
continue;
}
}
}