Skip to content

Commit 458140a

Browse files
JolandaVerhoefgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 3f4a0dd commit 458140a

File tree

1 file changed

+1
-1
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/components

1 file changed

+1
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/components/DatePickers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fun DatePickerFieldToModal(modifier: Modifier = Modifier) {
306306
}
307307
)
308308

309-
if(showModal) {
309+
if (showModal) {
310310
DatePickerModal(
311311
onDateSelected = { selectedDate = it },
312312
onDismiss = { showModal = false }

0 commit comments

Comments
 (0)