mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
Run rustfmt
This commit is contained in:
@ -98,8 +98,7 @@ mod handlers {
|
||||
) -> Result<HttpResponse, Error> {
|
||||
let user_info: User = user.into_inner();
|
||||
|
||||
let client: Client =
|
||||
db_pool.get().await.map_err(MyError::PoolError)?;
|
||||
let client: Client = db_pool.get().await.map_err(MyError::PoolError)?;
|
||||
|
||||
let new_user = db::add_user(&client, user_info).await?;
|
||||
|
||||
|
Reference in New Issue
Block a user