Code formatting

This commit is contained in:
kdeng00
2025-08-30 12:06:27 -04:00
parent 409612210a
commit d903f51026
+1 -1
View File
@@ -13,7 +13,7 @@ mod response {
#[derive(Debug, serde::Deserialize)]
pub struct Response {
pub message: String,
pub data: Vec<icarus_models::song::Song>
pub data: Vec<icarus_models::song::Song>,
}
}
}