squah-confluent commented on code in PR #21692:
URL: https://github.com/apache/kafka/pull/21692#discussion_r2922328822
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/consumer/ConsumerGroupTest.java:
##########
@@ -1325,7 +1499,7 @@ public void testFromClassicGroup() {
);
ConsumerGroup expectedConsumerGroup = new ConsumerGroup(
- new LogContext(),
+ new LogContext(),
Review Comment:
Could we avoid these formatting changes? I'm in favor of some of them but
let's not mix them in with this PR.
```suggestion
new LogContext(),
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]