Skip to content

Commit f1986f8

Browse files
Apply suggestions from code review (fix indentation)
Co-Authored-By: Jihun Cho <[email protected]>
1 parent bcfdeea commit f1986f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,10 @@ public void close() throws SecurityException {
487487
logger.addHandler(handler);
488488
enqueue(newCreateStreamCommand(grpcHeaders, streamTransportState));
489489
channelRead(goAwayFrame(0, 11 /* Enhance your calm */,
490-
Unpooled.copiedBuffer("this is a test", UTF_8)));
490+
Unpooled.copiedBuffer("this is a test", UTF_8)));
491491
assertNotNull(logRef.get());
492492
assertTrue(MessageFormat.format(logRef.get().getMessage(), logRef.get().getParameters())
493-
.contains("Debug data: this is a test"));
493+
.contains("Debug data: this is a test"));
494494
} finally {
495495
logger.removeHandler(handler);
496496
}

0 commit comments

Comments
 (0)