Skip to content

Commit cfaa97a

Browse files
authored
Change deprecated method name for spotless (#1735)
1 parent b92a465 commit cfaa97a

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

+1-1
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)