Skip to content

Commit e646af5

Browse files
committed
Fix spotless
1 parent e741dc4 commit e646af5

File tree

1 file changed

+3
-3
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/text

1 file changed

+3
-3
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/text/TextSnippets.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,9 +633,9 @@ private fun TextSample(samples: Map<String, @Composable () -> Unit>) {
633633

634634
private const val SAMPLE_LONG_TEXT =
635635
"Jetpack Compose is Android’s modern toolkit for building native UI. " +
636-
"It simplifies and accelerates UI development on Android bringing your apps " +
637-
"to life with less code, powerful tools, and intuitive Kotlin APIs. " +
638-
"It makes building Android UI faster and easier."
636+
"It simplifies and accelerates UI development on Android bringing your apps " +
637+
"to life with less code, powerful tools, and intuitive Kotlin APIs. " +
638+
"It makes building Android UI faster and easier."
639639

640640
@Composable
641641
@Preview

0 commit comments

Comments
 (0)