Code formatting

This commit is contained in:
kdeng00
2025-07-26 14:08:06 -04:00
parent 4dd9a3ba16
commit 84c0bc2d08
2 changed files with 31 additions and 21 deletions
+3 -3
View File
@@ -121,8 +121,8 @@ pub mod init {
)
.route(
crate::callers::endpoints::GETCOVERART,
get(crate::callers::coverart::endpoint::get_coverart)
)
get(crate::callers::coverart::endpoint::get_coverart),
)
}
pub async fn app() -> axum::Router {
@@ -1902,7 +1902,7 @@ mod tests {
let app = super::init::app(pool).await;
let mut id = uuid::Uuid::nil();
match uuid::Uuid::parse_str("996122cd-5ae9-4013-9934-60768d3006ed") {
Ok(val) => {
id = val;