This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-training.git
The following commit(s) were added to refs/heads/master by this push:
new 58c5551 [hotfix] fix formatting error for spotless
58c5551 is described below
commit 58c5551e9407d4917d3139a9125f7b8570d01b2c
Author: Nico Kruber <[email protected]>
AuthorDate: Fri Jul 16 09:30:06 2021 +0200
[hotfix] fix formatting error for spotless
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d0f1316..15f98ce 100644
--- a/README.md
+++ b/README.md
@@ -270,7 +270,7 @@ mainClassName = ext.javaExerciseClassName
### Useful Gradle Commands and Tricks
-#### Clean Build with all Checks
+#### Clean Build with all Checks
```bash
./gradlew clean check shadowJar