Skip to content

Commit 1878806

Browse files
committed
Fix warning with use of indentWithSpaces() in spotless.format
1 parent 15e6a4e commit 1878806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/groovy/java-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spotless {
9191

9292
// define the steps to apply to those files
9393
trimTrailingWhitespace()
94-
indentWithSpaces()
94+
leadingTabsToSpaces()
9595
endWithNewline()
9696
}
9797
groovyGradle {

0 commit comments

Comments
 (0)