Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Zhewei Hu <[email protected]>
  • Loading branch information
Winbobob committed Jul 24, 2024
1 parent 9cfd8be commit 5f9f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/http/http2/codec_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class MockRequestDecoderShimWithUhv : public Http::MockRequestDecoder {
failure_details = transformation_result.details();
}
sendLocalReply(Http::Code::BadRequest, Http::CodeUtility::toString(Http::Code::BadRequest),
nullptr, absl::nullopt, failure_details);
nullptr, absl::nullopt, failure_details);
// These tests assume that connection is not closed on protocol errors
} else {
MockRequestDecoder::decodeHeaders(std::move(headers), end_stream);
Expand Down

0 comments on commit 5f9f1a7

Please sign in to comment.