rajinisivaram commented on code in PR #19485:
URL: https://github.com/apache/kafka/pull/19485#discussion_r2046525742


##########
core/src/main/scala/kafka/server/KafkaApis.scala:
##########
@@ -3672,7 +3672,7 @@ class KafkaApis(val requestChannel: RequestChannel,
     groupCoordinator.deleteShareGroupOffsets(
       request.context,
       new 
DeleteShareGroupOffsetsRequestData().setGroupId(groupId).setTopics(authorizedTopics)
-    ).handle[Unit] {(responseData, exception) => {
+    ).handle[Unit] { (responseData, exception) => {

Review Comment:
   Looks unrelated to this PR and the second brace looks unnecessary anyway. 
Maybe revert this change?



-- 
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