Skip to content

Commit 471be65

Browse files
thedmailgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 2275492 commit 471be65

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
@@ -67,11 +67,11 @@ import androidx.paging.compose.itemKey
6767
import coil.compose.AsyncImage
6868
import coil.compose.rememberAsyncImagePainter
6969
import com.example.compose.snippets.util.randomSampleImageUrl
70+
import kotlin.random.Random
7071
import kotlinx.coroutines.flow.distinctUntilChanged
7172
import kotlinx.coroutines.flow.filter
7273
import kotlinx.coroutines.flow.map
7374
import kotlinx.coroutines.launch
74-
import kotlin.random.Random
7575

7676
private object ListsSnippetsColumn {
7777
// [START android_compose_layouts_list_column]
@@ -745,4 +745,4 @@ private val randomSizedPhotos = listOf(
745745
randomSampleImageUrl(width = 300, height = 400),
746746
randomSampleImageUrl(width = 1600, height = 900),
747747
randomSampleImageUrl(width = 500, height = 500),
748-
)
748+
)

0 commit comments

Comments
 (0)