Skip to content

Commit c714e67

Browse files
committed
HOTFIX: fix checkstyle issue in KAFKA-12697
1 parent 80ec8fb commit c714e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ public void testOfflinePartitionAndReplicaImbalanceMetrics() throws Exception {
264264
}
265265

266266
CreatableTopicResult foo = ctx.createTestTopic("foo", new int[][] {
267-
new int[] {0, 2}, new int[] {0, 1}});
267+
new int[] {0, 2}, new int[] {0, 1}});
268268

269269
CreatableTopicResult zar = ctx.createTestTopic("zar", new int[][] {
270-
new int[] {0, 1, 2}, new int[] {1, 2, 3}, new int[] {1, 2, 0}});
270+
new int[] {0, 1, 2}, new int[] {1, 2, 3}, new int[] {1, 2, 0}});
271271

272272
ControllerResult<Void> result = replicationControl.unregisterBroker(0);
273273
ctx.replay(result.records());

0 commit comments

Comments
 (0)