Skip to content

Commit 5bc8206

Browse files
authored
Merge pull request #30 from Vignesh2208/create-pull-request/patch-7e28b80843
Automated fix for refs/heads/chttp2-test
2 parents 7e28b80 + d8e4abb commit 5bc8206

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/core/transport/chttp2/chttp2_byte_stream_test.cc

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ TEST(Chttp2ByteStream, ShutdownTest) {
5757
nullptr);
5858

5959
// Create a Chttp2 stream and immediately shut it down
60-
Chttp2IncomingByteStream* chttp2_byte_stream =
61-
new Chttp2IncomingByteStream(
62-
reinterpret_cast<grpc_chttp2_transport*>(t), s, 1000, 0);
60+
Chttp2IncomingByteStream* chttp2_byte_stream = new Chttp2IncomingByteStream(
61+
reinterpret_cast<grpc_chttp2_transport*>(t), s, 1000, 0);
6362

6463
grpc_error_handle shutdown_error =
6564
GRPC_ERROR_CREATE_FROM_STATIC_STRING("shutdown error");

0 commit comments

Comments
 (0)