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::{
|
use crate::{
|
||||||
APP_NAME,
|
APP_NAME,
|
||||||
api::{
|
api::{
|
||||||
SortOrder,
|
OPDS_TAG, SortOrder,
|
||||||
authors::{self, SingleAuthorError},
|
authors::{self, SingleAuthorError},
|
||||||
error::{ErrorResponse, HttpStatus},
|
error::{ErrorResponse, HttpStatus},
|
||||||
OPDS_TAG,
|
|
||||||
},
|
},
|
||||||
app_state::AppState,
|
app_state::AppState,
|
||||||
http_error,
|
http_error,
|
||||||
|
|
|
@ -12,9 +12,8 @@ use time::OffsetDateTime;
|
||||||
use crate::{
|
use crate::{
|
||||||
APP_NAME,
|
APP_NAME,
|
||||||
api::{
|
api::{
|
||||||
SortOrder,
|
OPDS_TAG, SortOrder,
|
||||||
error::{ErrorResponse, HttpStatus},
|
error::{ErrorResponse, HttpStatus},
|
||||||
OPDS_TAG,
|
|
||||||
},
|
},
|
||||||
app_state::AppState,
|
app_state::AppState,
|
||||||
data::book::Book,
|
data::book::Book,
|
||||||
|
|
|
@ -11,9 +11,9 @@ use time::OffsetDateTime;
|
||||||
use crate::{
|
use crate::{
|
||||||
APP_NAME,
|
APP_NAME,
|
||||||
api::{
|
api::{
|
||||||
|
OPDS_TAG,
|
||||||
books::{self, RecentBooksError},
|
books::{self, RecentBooksError},
|
||||||
error::{ErrorResponse, HttpStatus},
|
error::{ErrorResponse, HttpStatus},
|
||||||
OPDS_TAG,
|
|
||||||
},
|
},
|
||||||
app_state::AppState,
|
app_state::AppState,
|
||||||
http_error,
|
http_error,
|
||||||
|
|
|
@ -12,9 +12,9 @@ use super::books::{RenderError, render_books};
|
||||||
use crate::{
|
use crate::{
|
||||||
APP_NAME,
|
APP_NAME,
|
||||||
api::{
|
api::{
|
||||||
|
OPDS_TAG,
|
||||||
error::{ErrorResponse, HttpStatus},
|
error::{ErrorResponse, HttpStatus},
|
||||||
search::{self, SearchQueryError},
|
search::{self, SearchQueryError},
|
||||||
OPDS_TAG,
|
|
||||||
},
|
},
|
||||||
app_state::AppState,
|
app_state::AppState,
|
||||||
http_error,
|
http_error,
|
||||||
|
|
|
@ -12,10 +12,9 @@ use time::OffsetDateTime;
|
||||||
use crate::{
|
use crate::{
|
||||||
APP_NAME,
|
APP_NAME,
|
||||||
api::{
|
api::{
|
||||||
SortOrder,
|
OPDS_TAG, SortOrder,
|
||||||
error::{ErrorResponse, HttpStatus},
|
error::{ErrorResponse, HttpStatus},
|
||||||
series::{self, SingleSeriesError},
|
series::{self, SingleSeriesError},
|
||||||
OPDS_TAG,
|
|
||||||
},
|
},
|
||||||
app_state::AppState,
|
app_state::AppState,
|
||||||
http_error,
|
http_error,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue