zentol commented on code in PR #21691:
URL: https://github.com/apache/flink/pull/21691#discussion_r1073551898


##########
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/NettyPartitionRequestClientTest.java:
##########
@@ -55,11 +54,12 @@
 /** Tests for {@link NettyPartitionRequestClient}. */
 @RunWith(Parameterized.class)
 public class NettyPartitionRequestClientTest {
-    @Parameterized.Parameter public boolean connectionReuseEnabled;
+    @Parameterized.Parameter
+    public boolean connectionReuseEnabled;
 
     @Parameterized.Parameters(name = "connection reuse enabled = {0}")
     public static Object[] parameters() {
-        return new Object[][] {new Object[] {true}, new Object[] {false}};
+        return new Object[][]{new Object[]{true}, new Object[]{false}};

Review Comment:
   argh formatting isnt setup properly yet...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to