Skip to content

Commit 20686bf

Browse files
jakerosemangithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 65b292b commit 20686bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ package com.example.compose.snippets.components
1919
import androidx.compose.animation.AnimatedVisibility
2020
import androidx.compose.foundation.layout.Column
2121
import androidx.compose.foundation.layout.ColumnScope
22-
import androidx.compose.foundation.layout.fillMaxSize
23-
import androidx.compose.foundation.layout.fillMaxWidth
2422
import androidx.compose.foundation.layout.padding
2523
import androidx.compose.material.icons.Icons
2624
import androidx.compose.material.icons.filled.KeyboardArrowDown
2725
import androidx.compose.material.icons.filled.KeyboardArrowUp
28-
import androidx.compose.material3.Button
2926
import androidx.compose.material3.HorizontalDivider
3027
import androidx.compose.material3.Icon
3128
import androidx.compose.material3.ModalDrawerSheet
@@ -35,11 +32,9 @@ import androidx.compose.material3.Text
3532
import androidx.compose.runtime.Composable
3633
import androidx.compose.runtime.getValue
3734
import androidx.compose.runtime.mutableStateOf
38-
import androidx.compose.runtime.remember
3935
import androidx.compose.runtime.saveable.rememberSaveable
4036
import androidx.compose.runtime.setValue
4137
import androidx.compose.ui.Modifier
42-
import androidx.compose.ui.text.style.TextAlign
4338
import androidx.compose.ui.tooling.preview.Preview
4439
import androidx.compose.ui.unit.dp
4540

@@ -143,5 +138,5 @@ fun NestedNavigationDrawerExample(
143138
@Preview
144139
@Composable
145140
private fun NestedNavigationDrawerExamplePreview() {
146-
NestedNavigationDrawerExample{ Text(HELP_TEXT) }
141+
NestedNavigationDrawerExample { Text(HELP_TEXT) }
147142
}

0 commit comments

Comments
 (0)