Skip to content

Commit b1d46e8

Browse files
thedmailgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 125b5bc commit b1d46e8

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/lists/LazyListSnippets.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ import androidx.paging.compose.itemKey
6868
import coil.compose.AsyncImage
6969
import coil.compose.rememberAsyncImagePainter
7070
import com.example.compose.snippets.util.randomSampleImageUrl
71+
import kotlin.random.Random
7172
import kotlinx.coroutines.flow.distinctUntilChanged
7273
import kotlinx.coroutines.flow.filter
7374
import kotlinx.coroutines.flow.map
7475
import kotlinx.coroutines.launch
75-
import kotlin.random.Random
7676

7777
private object ListsSnippetsColumn {
7878
// [START android_compose_layouts_list_column]
@@ -767,4 +767,4 @@ fun MessageList(modifier: Modifier = Modifier) {
767767
Text(text = "Go top")
768768
}
769769
}
770-
// [END android_compose_lists_snap_scroll_button]
770+
// [END android_compose_lists_snap_scroll_button]

0 commit comments

Comments
 (0)