chore: cargo fmt

This commit is contained in:
Zack Fu Zi Xiang 2024-11-07 17:08:17 +08:00
parent 30dff6c25b
commit 867ee8eeff
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -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()
}
}