chia7712 commented on PR #23291:
URL: https://github.com/apache/kafka/pull/23291#issuecomment-5494989222
```
Execution failed for task ':streams:spotlessJavaCheck' (registered in build
file 'build.gradle').
> The following files had format violations:
src/test/java/org/apache/kafka/streams/processor/internals/assignment/GraphTest.java
@@ -25,9 +25,9 @@
import·java.util.Map;
import·java.util.Set;
-import·static·org.junit.jupiter.api.Assertions.assertIterableEquals;
import·static·org.junit.jupiter.api.Assertions.assertEquals;
import·static·org.junit.jupiter.api.Assertions.assertFalse;
+import·static·org.junit.jupiter.api.Assertions.assertIterableEquals;
import·static·org.junit.jupiter.api.Assertions.assertSame;
import·static·org.junit.jupiter.api.Assertions.assertThrows;
import·static·org.junit.jupiter.api.Assertions.assertTrue;
Run './gradlew spotlessApply' to fix all violations.
```
@harmadasg please fix build failure
--
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]