diff --git a/src/main.rs b/src/main.rs index 8339f8c..ea6b0e0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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",