From d22d53ae8d74aeac245ff5586d6f55b6a4a210f2 Mon Sep 17 00:00:00 2001 From: minneelyyyy Date: Fri, 11 Oct 2024 20:52:35 -0400 Subject: [PATCH] whitespace fixes --- src/commands/mod.rs | 1 - src/main.rs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/commands/mod.rs b/src/commands/mod.rs index c3c1bc8..0aa68cd 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -16,4 +16,3 @@ pub fn commands() -> Vec> { gambling::wager::wager(), ] } - diff --git a/src/main.rs b/src/main.rs index 5f62b6d..5824fe3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,8 +38,7 @@ async fn main() -> Result<(), Error> { }) .build(); - let client = serenity::ClientBuilder::new(token, intents) - .framework(framework).await; + let client = serenity::ClientBuilder::new(token, intents).framework(framework).await; client.unwrap().start().await?;