Skip to content

Commit fd7f989

Browse files
MagicalMeghangithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 113e972 commit fd7f989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fun StateBasedTextSnippets() {
5858
// [START android_compose_state_text_0]
5959
TextField(
6060
state = rememberTextFieldState(initialText = "Hello"),
61-
label = { Text("Label")}
61+
label = { Text("Label") }
6262
)
6363
// [END android_compose_state_text_0]
6464

@@ -80,7 +80,7 @@ fun StyleTextField() {
8080
lineLimits = TextFieldLineLimits.MultiLine(maxHeightInLines = 2),
8181
placeholder = { Text("") },
8282
textStyle = TextStyle(color = Color.Blue, fontWeight = FontWeight.Bold),
83-
label = { Text("Enter text")},
83+
label = { Text("Enter text") },
8484
modifier = Modifier.padding(20.dp)
8585
)
8686
// [END android_compose_state_text_2]

0 commit comments

Comments
 (0)