1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Consistent import formatting (#237)

This commit is contained in:
Luca Palmieri
2022-03-29 11:46:13 +01:00
committed by GitHub
parent aebf9ccf58
commit 8fd1772d5e
14 changed files with 18 additions and 21 deletions

View File

@ -1,5 +1,4 @@
use actix_web::{middleware, web, App, HttpServer};
use actix_web_httpauth::middleware::HttpAuthentication;
#[actix_web::main]

View File

@ -1,6 +1,5 @@
use actix_web::dev::ServiceRequest;
use actix_web::{middleware, web, App, Error, HttpServer};
use actix_web_httpauth::extractors::basic::BasicAuth;
use actix_web_httpauth::middleware::HttpAuthentication;