mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
main: fix formatting
rustfmt still doesn't handle let-else...
This commit is contained in:
parent
b68f04496c
commit
04ab8c321f
1 changed files with 2 additions and 2 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Reference in a new issue