Skip to content

Commit a74a795

Browse files
committed
chore(build): Resolve spotless deprecation
1 parent 264c609 commit a74a795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spotless {
2121
ratchetFrom("origin/trunk")
2222
java {
2323
endWithNewline()
24-
indentWithSpaces(2)
24+
leadingTabsToSpaces(2)
2525
importOrderFile(rootProject.file(".spotless/kyori.importorder"))
2626
trimTrailingWhitespace()
2727
}

0 commit comments

Comments
 (0)