Skip to content

Commit b61f39b

Browse files
MagicalMeghangithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent e48b51c commit b61f39b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import androidx.compose.material.TextField
3838
//noinspection UsingMaterialAndMaterial3Libraries
3939
import androidx.compose.material3.Text
4040
import androidx.compose.runtime.Composable
41-
import androidx.compose.runtime.LaunchedEffect
4241
import androidx.compose.runtime.remember
4342
import androidx.compose.ui.Modifier
4443
import androidx.compose.ui.graphics.Brush
@@ -173,7 +172,7 @@ fun EditTextFieldState() {
173172
editTFState(usernameState)
174173
}
175174

176-
fun editTFState(textFieldState: TextFieldState){
175+
fun editTFState(textFieldState: TextFieldState) {
177176
// [START android_compose_state_text_9]
178177
// Initial textFieldState text passed in is "I love Android"
179178
// textFieldState.text : I love Android

0 commit comments

Comments
 (0)