mirror of
https://github.com/actix/examples
synced 2025-08-19 13:35:34 +02:00
cargo fmt
This commit is contained in:
@@ -22,8 +22,8 @@ use std::io;
|
|||||||
|
|
||||||
use actix_web::{
|
use actix_web::{
|
||||||
client::Client,
|
client::Client,
|
||||||
web::{self, BytesMut},
|
|
||||||
error::ErrorBadRequest,
|
error::ErrorBadRequest,
|
||||||
|
web::{self, BytesMut},
|
||||||
App, Error, HttpResponse, HttpServer,
|
App, Error, HttpResponse, HttpServer,
|
||||||
};
|
};
|
||||||
use futures::{Future, Stream};
|
use futures::{Future, Stream};
|
||||||
|
Reference in New Issue
Block a user