Automatic Lint

This commit is contained in:
Syer10
2022-11-18 03:43:54 +00:00
parent 1b0e8b1f49
commit 6066d42c64

View File

@@ -75,7 +75,9 @@ fun rememberVerticalScrollbarAdapter(
gridCells: GridCells,
arrangement: Arrangement.Vertical? = null
): ScrollbarAdapter = realRememberVerticalScrollbarAdapter(
scrollState, gridCells, arrangement
scrollState,
gridCells,
arrangement
)
@Composable
@@ -84,7 +86,9 @@ fun rememberHorizontalScrollbarAdapter(
gridCells: GridCells,
arrangement: Arrangement.Horizontal? = null
): ScrollbarAdapter = realRememberHorizontalScrollbarAdapter(
scrollState, gridCells, arrangement
scrollState,
gridCells,
arrangement
)
@Composable