From 3e6c66b899bfcbf9ba07f79ec406dc0c809c8216 Mon Sep 17 00:00:00 2001
From: exin <me@exin.xyz>
Date: Sat, 25 Jun 2022 15:29:05 -0500
Subject: [PATCH] Fix formatting

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index bf8bc113..78a38ad8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -115,7 +115,7 @@ async fn main() {
                 Err(e) => {
                     eprintln!("It looks like your log config is invalid. The following error occurred: {}", e);
                     EnvFilter::try_new("warn").unwrap()
-                },
+                }
             };
 
             let subscriber = registry.with(filter_layer).with(fmt_layer);