mjsax commented on code in PR #14163:
URL: https://github.com/apache/kafka/pull/14163#discussion_r1286429053


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/assignment/AssignmentTestUtils.java:
##########
@@ -805,12 +805,14 @@ static Map<Subtopology, Set<TaskId>> 
getTopologyGroupTaskMap() {
         return Collections.singletonMap(SUBTOPOLOGY_0, 
Collections.singleton(new TaskId(1, 1)));
     }
 
-    static void verifyStandbySatisfyRackReplica(final Set<TaskId> taskIds,
+    static void verifyStandbySatisfyRackReplica(
+        final Set<TaskId> taskIds,

Review Comment:
   Unrelated side cleanup to fix formatting



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to