Code formatting

This commit is contained in:
kdeng00
2025-07-25 16:02:48 -04:00
parent 6bf8945719
commit 0e184e8ea1
+4 -1
View File
@@ -652,7 +652,10 @@ mod tests {
})
}
pub async fn create_song(song_queue_id: &uuid::Uuid, user_id: &uuid::Uuid) -> serde_json::Value {
pub async fn create_song(
song_queue_id: &uuid::Uuid,
user_id: &uuid::Uuid,
) -> serde_json::Value {
serde_json::json!({
"title" : "Hypocrite Like The Rest",
"artist" : "Kuoth",