Skip to content

Commit cf5fe2e

Browse files
authored
Update code formatting command in vertex's README (#6637)
We have been using the spotless plugin for a while already.
1 parent 8e61ec2 commit cf5fe2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Integration tests, requiring a running and connected device (emulator or real):
3030
## Code Formatting
3131

3232
Format Kotlin code in this SDK in Android Studio using
33-
the [ktfmt plugin](https://plugins.jetbrains.com/plugin/14912-ktfmt) with code style to
34-
**Google (internal)**, or by running:
33+
the [spotless plugin]([https://plugins.jetbrains.com/plugin/14912-ktfmt](https://github.com/diffplug/spotless)
34+
by running:
3535

36-
`./gradlew :firebase-vertexai:ktfmtFormat`
36+
`./gradlew firebase-vertexai:spotlessApply`

0 commit comments

Comments
 (0)