Format project again

This commit is contained in:
Benoit Marty 2022-12-09 10:19:58 +01:00 committed by Benoit Marty
parent 0de0069b1d
commit 72be56b6b7
6 changed files with 7 additions and 9 deletions

View file

@ -8,4 +8,4 @@ plugins {
tasks.register<Delete>("clean").configure {
delete(rootProject.buildDir)
}
}