Skip to content

Commit 7098922

Browse files
thedmailgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 9b8a865 commit 7098922

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,9 @@ fun PasswordTextField() {
871871
Icons.Filled.VisibilityOff
872872
},
873873
contentDescription = "Toggle password visibility",
874-
modifier = Modifier.clickable { showPassword = !showPassword })
874+
modifier = Modifier.clickable { showPassword = !showPassword }
875+
)
875876
}
876877
)
877878
}
878-
// [END android_compose_text_auto_format_phone_number_showhidepassword]
879+
// [END android_compose_text_auto_format_phone_number_showhidepassword]

0 commit comments

Comments
 (0)