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