Code formatting

This commit is contained in:
phoenix
2025-04-20 14:17:39 -04:00
parent 254c83fc9a
commit 127f833dc7
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ pub mod song;
pub mod endpoints { pub mod endpoints {
pub const QUEUESONG: &str = "api/v2/song/queue"; pub const QUEUESONG: &str = "api/v2/song/queue";
} }
+3 -6
View File
@@ -1,8 +1,5 @@
pub mod request { pub mod request {}
}
pub mod response { pub mod response {}
}
pub mod endpoint { pub mod endpoint {}
}