code formatting

This commit is contained in:
Sebastian Hugentobler 2025-07-03 19:31:15 +02:00
parent 491598aaaf
commit 4ab8c42f69
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
5 changed files with 5 additions and 8 deletions

View file

@ -12,10 +12,9 @@ use time::OffsetDateTime;
use crate::{
APP_NAME,
api::{
SortOrder,
OPDS_TAG, SortOrder,
authors::{self, SingleAuthorError},
error::{ErrorResponse, HttpStatus},
OPDS_TAG,
},
app_state::AppState,
http_error,

View file

@ -12,9 +12,8 @@ use time::OffsetDateTime;
use crate::{
APP_NAME,
api::{
SortOrder,
OPDS_TAG, SortOrder,
error::{ErrorResponse, HttpStatus},
OPDS_TAG,
},
app_state::AppState,
data::book::Book,

View file

@ -11,9 +11,9 @@ use time::OffsetDateTime;
use crate::{
APP_NAME,
api::{
OPDS_TAG,
books::{self, RecentBooksError},
error::{ErrorResponse, HttpStatus},
OPDS_TAG,
},
app_state::AppState,
http_error,

View file

@ -12,9 +12,9 @@ use super::books::{RenderError, render_books};
use crate::{
APP_NAME,
api::{
OPDS_TAG,
error::{ErrorResponse, HttpStatus},
search::{self, SearchQueryError},
OPDS_TAG,
},
app_state::AppState,
http_error,

View file

@ -12,10 +12,9 @@ use time::OffsetDateTime;
use crate::{
APP_NAME,
api::{
SortOrder,
OPDS_TAG, SortOrder,
error::{ErrorResponse, HttpStatus},
series::{self, SingleSeriesError},
OPDS_TAG,
},
app_state::AppState,
http_error,