Change deprecated method name for spotless (#1735)

This commit is contained in:
jason plumb 2025-02-14 13:45:41 -08:00 committed by GitHub
parent b92a465bc8
commit cfaa97a490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ spotless {
"*.sh",
"src/**/*.properties",
)
indentWithSpaces()
leadingTabsToSpaces()
trimTrailingWhitespace()
endWithNewline()
}