mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 02:37:42 +02:00
fmt with new width
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
use actix_redis::RedisSession;
|
||||
use actix_session::Session;
|
||||
use actix_web::{
|
||||
cookie, error::InternalError, middleware, web, App, Error, HttpResponse, HttpServer,
|
||||
Responder,
|
||||
cookie, error::InternalError, middleware, web, App, Error, HttpResponse, HttpServer, Responder,
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
Reference in New Issue
Block a user