tsk-218: Code formatting

This commit is contained in:
kdeng00
2025-10-26 17:19:48 -04:00
parent 04dd4f89e4
commit 389ed2264e
3 changed files with 22 additions and 28 deletions
-6
View File
@@ -7,8 +7,6 @@ pub mod request {
pub message: String,
}
pub mod create_metadata {
#[derive(Debug, serde::Deserialize, serde::Serialize, utoipa::ToSchema)]
pub struct Request {
@@ -68,7 +66,6 @@ pub mod request {
}
}
pub mod get_songs {
#[derive(Debug, Default, serde::Deserialize, serde::Serialize, utoipa::ToSchema)]
pub struct Params {
@@ -86,7 +83,6 @@ pub mod response {
}
}
pub mod get_songs {
#[derive(Debug, Default, serde::Deserialize, serde::Serialize, utoipa::ToSchema)]
pub struct Response {
@@ -120,7 +116,6 @@ pub mod endpoint {
use crate::repo;
use crate::repo::queue as repo_queue;
/// Endpoint to create song
#[utoipa::path(
post,
@@ -204,7 +199,6 @@ pub mod endpoint {
}
}
// Endpoint to get songs
#[utoipa::path(
get,