Skip to content

Commit b2e5acf

Browse files
committed
checkstyle
1 parent 483423a commit b2e5acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interop-testing/src/test/java/io/grpc/testing/integration/TransportCompressionTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ public void compresses() {
138138
assertTrue(FZIPPER.anyWritten);
139139
}
140140

141-
private static final String DECOMPRESSED_MESSAGE_TOO_LONG_METHOD_NAME = "decompressedMessageTooLong";
141+
private static final String DECOMPRESSED_MESSAGE_TOO_LONG_METHOD_NAME =
142+
"decompressedMessageTooLong";
142143

143144
@Test
144145
@Ignore("for PR #12360")

0 commit comments

Comments
 (0)