From 3f73e854551a52cbdf0279131271a4d101163246 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sat, 2 Sep 2023 19:07:23 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20make=20rustfmt=20happy?= =?UTF-8?q?=20(#201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/parser.rs b/src/config/parser.rs index e621bc7..42de152 100644 --- a/src/config/parser.rs +++ b/src/config/parser.rs @@ -97,7 +97,7 @@ impl Config { log::error!("Falling back to using the value `1` for the option"); 1 } - }; + }; Ok(Config { port: globals.get::<_, u16>("port")?,