From 0ab290a8768e3fbe8e05036b2892a18c7f7f6d46 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 18 Sep 2024 00:03:53 +0100 Subject: [PATCH] fmt: feckin fmt --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 929d54e..e53ea04 100644 --- a/src/main.rs +++ b/src/main.rs @@ -138,8 +138,8 @@ async fn main() { Ok(x) => x, Err(err) => { dbg!(err); - return - }, + return; + } }; // Intents are a bitflag, bitwise operations can be used to dictate which intents to use