Hello folks, Since we have introduced scalafmt to the Streams module, we did not yet enable the check on the Jenkins job yet. It would cause Jenkins job to still pass with ill-formatted code, while the `./gradlew build` process will fail as it automatically execute the check. I have added spotlessScalaCheck to the two jenkins PR build jobs to avoid such issues in the future.
-- Guozhang