Skip to content

Commit 953b5ae

Browse files
committed
change deprecated method name for spotless
1 parent b92a465 commit 953b5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/otel.spotless-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spotless {
7070
"*.sh",
7171
"src/**/*.properties",
7272
)
73-
indentWithSpaces()
73+
leadingTabsToSpaces()
7474
trimTrailingWhitespace()
7575
endWithNewline()
7676
}

0 commit comments

Comments
 (0)