Apply spotless

This commit is contained in:
dotasek
2025-02-12 11:27:56 -05:00
parent 95c9d0c068
commit daf76af23f
20 changed files with 794 additions and 764 deletions

View File

@@ -30,4 +30,3 @@ jobs:
Please run `mvn spotless:apply` or `mvn clean install -DskipTests` to fix the formatting issues.
You can automate this auto-formatting process to execute on the git pre-push hook, by installing [pre-commit](https://pre-commit.com/) and then calling `pre-commit install --hook-type pre-push`. This will cause formatting to run automatically whenever you push.