Skip to content

Commit f662350

Browse files
authored
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]>
1 parent 963d54a commit f662350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/scala/unit/kafka/server/ConsumerGroupHeartbeatRequestTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ class ConsumerGroupHeartbeatRequestTest(cluster: ClusterInstance) extends GroupC
157157
// in this test because it does not use FindCoordinator API.
158158
createOffsetsTopic()
159159

160-
try {// Heartbeat request to join the group. Note that the member subscribes
160+
try {
161+
// Heartbeat request to join the group. Note that the member subscribes
161162
// to a nonexistent topic.
162163
var consumerGroupHeartbeatRequest = new ConsumerGroupHeartbeatRequest.Builder(
163164
new ConsumerGroupHeartbeatRequestData()

0 commit comments

Comments
 (0)