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 {}