jolshan commented on code in PR #13868:
URL: https://github.com/apache/kafka/pull/13868#discussion_r1232797807


##########
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##########
@@ -342,9 +347,7 @@ class ReplicaManagerTest {
       rm.becomeLeaderOrFollower(1, leaderAndIsrRequest2, (_, _) => ())
 
       assertTrue(appendResult.hasFired)
-    } finally {
-      rm.shutdown(checkpointHW = false)
-    }
+    } finally rm.shutdown(checkpointHW = false)

Review Comment:
   should we be consistent with the new line vs no new line 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