Skip to content

Commit 6ace45b

Browse files
committed
chore: adding format stuff
1 parent 1a84beb commit 6ace45b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lambda-runtime/src/layers/api_client.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ where
9696
RuntimeApiClientFutureProj::Second(fut) => match ready!(fut.poll(cx)) {
9797
Ok(resp) if !resp.status().is_success() => {
9898
let status = resp.status();
99-
99+
100+
// TODO
100101
// we should consume the response body of the call in order to give a more specific message.
101102
// https://github.com/aws/aws-lambda-rust-runtime/issues/1110
102103

0 commit comments

Comments
 (0)