From 127f833dc76d7a185c4ae1578843f52795a0352a Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 20 Apr 2025 14:17:39 -0400 Subject: [PATCH] Code formatting --- src/callers/mod.rs | 2 +- src/callers/song.rs | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/callers/mod.rs b/src/callers/mod.rs index 0ba6b03..76095bb 100644 --- a/src/callers/mod.rs +++ b/src/callers/mod.rs @@ -2,4 +2,4 @@ pub mod song; pub mod endpoints { pub const QUEUESONG: &str = "api/v2/song/queue"; -} \ No newline at end of file +} diff --git a/src/callers/song.rs b/src/callers/song.rs index e10de77..0dbfaf5 100644 --- a/src/callers/song.rs +++ b/src/callers/song.rs @@ -1,8 +1,5 @@ -pub mod request { -} +pub mod request {} -pub mod response { -} +pub mod response {} -pub mod endpoint { -} \ No newline at end of file +pub mod endpoint {}