From 04ab8c321f5035d44283ade2837f67fecff91382 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 1 Mar 2023 00:00:40 +0100 Subject: [PATCH] main: fix formatting rustfmt still doesn't handle let-else... --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 243c615..17c3898 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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!(