This is an automated email from the ASF dual-hosted git repository.

dajac pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f662350f858 MINOR: Fix Formatting in 
`ConsumerGroupHeartbeatRequestTest.scala` (#21087)
f662350f858 is described below

commit f662350f858b57503ba9e05c6147b4f8e2faa21d
Author: Aneesh Garg <[email protected]>
AuthorDate: Fri Dec 5 21:12:51 2025 +0530

    MINOR: Fix Formatting in `ConsumerGroupHeartbeatRequestTest.scala` (#21087)
    
    Minor PR to fix formatting in the
    
    
[ConsumerGroupHeartbeatRequestTest.scala](https://github.com/apache/kafka/compare/trunk...AnGg98:kafka:minor-fix-formatting?expand=1#diff-68a3ea4636720b88bf7cffa347f40af0bd0a51b3256e7ef5aa60deb107dc309e)
    
    Reviewers: David Jacot <[email protected]>
---
 .../scala/unit/kafka/server/ConsumerGroupHeartbeatRequestTest.scala    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/src/test/scala/unit/kafka/server/ConsumerGroupHeartbeatRequestTest.scala 
b/core/src/test/scala/unit/kafka/server/ConsumerGroupHeartbeatRequestTest.scala
index e5b4d7493c7..f974f2ec3ff 100644
--- 
a/core/src/test/scala/unit/kafka/server/ConsumerGroupHeartbeatRequestTest.scala
+++ 
b/core/src/test/scala/unit/kafka/server/ConsumerGroupHeartbeatRequestTest.scala
@@ -157,7 +157,8 @@ class ConsumerGroupHeartbeatRequestTest(cluster: 
ClusterInstance) extends GroupC
     // in this test because it does not use FindCoordinator API.
     createOffsetsTopic()
 
-    try {// Heartbeat request to join the group. Note that the member 
subscribes
+    try {
+      // Heartbeat request to join the group. Note that the member subscribes
       // to a nonexistent topic.
       var consumerGroupHeartbeatRequest = new 
ConsumerGroupHeartbeatRequest.Builder(
         new ConsumerGroupHeartbeatRequestData()

Reply via email to