Skip to content

Commit

Permalink
Make spotless happy
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 14, 2024
1 parent 26dd154 commit 6e20b22
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ plugins {
}

gradle.lifecycle.beforeProject {
if (it.rootProject == it) return
if (it.rootProject == it) {
return
}

apply plugin: 'fabric-loom'
apply plugin: 'loom-test-plugin'
Expand Down

0 comments on commit 6e20b22

Please sign in to comment.