code formatting
This commit is contained in:
parent
491598aaaf
commit
4ab8c42f69
5 changed files with 5 additions and 8 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue