mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-15 12:43:06 +01:00
Rustfmt
This commit is contained in:
parent
b227167d49
commit
9fa392de97
@ -14,7 +14,7 @@ use actix_web::{
|
||||
http::{
|
||||
header::{
|
||||
self, Charset, ContentDisposition, ContentEncoding, DispositionParam, DispositionType,
|
||||
ExtendedValue, HeaderValue,
|
||||
ExtendedValue,
|
||||
},
|
||||
StatusCode,
|
||||
},
|
||||
|
@ -1,11 +1,11 @@
|
||||
use actix_files::{Files, NamedFile};
|
||||
use actix_files::Files;
|
||||
use actix_web::{
|
||||
http::{
|
||||
header::{self, HeaderValue},
|
||||
StatusCode,
|
||||
},
|
||||
test::{self, TestRequest},
|
||||
web, App,
|
||||
App,
|
||||
};
|
||||
|
||||
#[actix_web::test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user