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
+4 -3
View File
@@ -178,9 +178,10 @@ pub mod init {
)
.route(
crate::callers::queue::endpoints::QUEUESONGDATAWIPE,
patch(crate::callers::queue::song::endpoint::wipe_data_from_song_queue).route_layer(
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
patch(crate::callers::queue::song::endpoint::wipe_data_from_song_queue)
.route_layer(axum::middleware::from_fn(
crate::auth::auth::<axum::body::Body>,
)),
)
.route(
crate::callers::endpoints::QUEUEMETADATA,