mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
cargo fmt
This commit is contained in:
parent
f1a34d534c
commit
72a58b7ca8
@ -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};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user