From 0e184e8ea132e34af3454efaeefcf134116e4fa6 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 25 Jul 2025 16:02:48 -0400 Subject: [PATCH] Code formatting --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",