chore: cargo fmt
This commit is contained in:
parent
30dff6c25b
commit
867ee8eeff
|
|
@ -153,8 +153,6 @@ impl Client {
|
|||
.send()
|
||||
.await?;
|
||||
log_request_id(&resp);
|
||||
AppResponse::from_response(resp)
|
||||
.await?
|
||||
.into_data()
|
||||
AppResponse::from_response(resp).await?.into_data()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue