Skip to content

Commit 93de3cc

Browse files
committed
Remove empty line
1 parent 18956ac commit 93de3cc

File tree

1 file changed

+0
-1
lines changed
  • composeApp/src/commonMain/kotlin/com/jetbrains/kmpapp/screens/list

1 file changed

+0
-1
lines changed

composeApp/src/commonMain/kotlin/com/jetbrains/kmpapp/screens/list/ListScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ private fun ObjectGrid(
6767
onObjectClick: (Int) -> Unit,
6868
modifier: Modifier = Modifier,
6969
) {
70-
7170
LazyVerticalGrid(
7271
columns = GridCells.Adaptive(180.dp),
7372
// TODO simplify padding after https://issuetracker.google.com/issues/365052672 is fixed

0 commit comments

Comments
 (0)