rondagostino commented on PR #14942: URL: https://github.com/apache/kafka/pull/14942#issuecomment-1850990787
@mwesterby Looks like we have a checkstyle issue: ``` Task :server:checkstyleTest [ant:checkstyle] [ERROR] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-14942/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java:336:81: '{' is not followed by whitespace. [WhitespaceAround] [ant:checkstyle] [ERROR] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-14942/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java:336:82: '}' is not preceded with whitespace. [WhitespaceAround] [ant:checkstyle] [ERROR] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-14942/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java:344:81: '{' is not followed by whitespace. [WhitespaceAround] [ant:checkstyle] [ERROR] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-14942/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java:344:82: '}' is not preceded with whitespace. [WhitespaceAround] > Task :server:checkstyleTest FAILED ``` -- 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