Skip to content

Commit 729ef56

Browse files
committed
chore: lint
1 parent 2c5999c commit 729ef56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/screens/widgets/components/WidgetSizeCarousel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ private const val PAGE_COUNT = 2
2929

3030
@Composable
3131
fun WidgetSizeCarousel(
32-
modifier: Modifier = Modifier,
3332
smallContent: @Composable () -> Unit,
3433
wideContent: @Composable () -> Unit,
34+
modifier: Modifier = Modifier,
3535
) {
3636
val pagerState = rememberPagerState(pageCount = { PAGE_COUNT })
3737

0 commit comments

Comments
 (0)