mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-02-17 03:05:20 +00:00
Formatting
This commit is contained in:
parent
bdd5cdaa3f
commit
d77bd6dc5e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use actix_session::{Session, SessionGetError, SessionInsertError};
|
||||
use actix_session::SessionExt;
|
||||
use actix_session::{Session, SessionGetError, SessionInsertError};
|
||||
use actix_web::dev::Payload;
|
||||
use actix_web::{FromRequest, HttpRequest};
|
||||
use std::future::{ready, Ready};
|
||||
|
|
Loading…
Reference in a new issue