dajac commented on code in PR #19485: URL: https://github.com/apache/kafka/pull/19485#discussion_r2046769764
########## 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: Makes sense. I will clean it up separately in order to keep this patch clean. -- 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