Skip to content

Commit 582a235

Browse files
thedmailgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 50b646e commit 582a235

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
@@ -73,11 +73,11 @@ import androidx.paging.compose.itemKey
7373
import coil.compose.AsyncImage
7474
import coil.compose.rememberAsyncImagePainter
7575
import com.example.compose.snippets.util.randomSampleImageUrl
76+
import kotlin.random.Random
7677
import kotlinx.coroutines.flow.distinctUntilChanged
7778
import kotlinx.coroutines.flow.filter
7879
import kotlinx.coroutines.flow.map
7980
import kotlinx.coroutines.launch
80-
import kotlin.random.Random
8181

8282
private object ListsSnippetsColumn {
8383
// [START android_compose_layouts_list_column]
@@ -802,4 +802,4 @@ fun ScrollingGrid() {
802802
}
803803
}
804804
}
805-
// [END android_compose_layout_scrollable_grid]
805+
// [END android_compose_layout_scrollable_grid]

0 commit comments

Comments
 (0)