Skip to content

Commit d0db216

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent a6528f3 commit d0db216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/transport/InboundPipelineTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void testPipelineHandling() throws IOException {
194194
}
195195

196196
private static Compression.Scheme getCompressionScheme() {
197-
return randomFrom((Compression.Scheme)null, Compression.Scheme.DEFLATE, Compression.Scheme.LZ4);
197+
return randomFrom((Compression.Scheme) null, Compression.Scheme.DEFLATE, Compression.Scheme.LZ4);
198198
}
199199

200200
public void testDecodeExceptionIsPropagated() throws IOException {

0 commit comments

Comments
 (0)