main: fix formatting

rustfmt still doesn't handle let-else...
This commit is contained in:
Matthias Schiffer 2023-03-01 00:00:40 +01:00
parent b68f04496c
commit 04ab8c321f
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -67,8 +67,8 @@ impl RegionProcessor {
}) {
let path = entry.path();
let Some(coords) = Self::parse_region_filename(&path) else {
continue;
};
continue;
};
if let Err(err) = self.process_region(&path, coords) {
eprintln!(