removing an empty line
This commit is contained in:
parent
a7f0236686
commit
83e0d3ee3c
|
@ -16,7 +16,6 @@ fun SettingsGroup(
|
|||
title: @Composable (() -> Unit)? = null,
|
||||
content: @Composable ColumnScope.() -> Unit,
|
||||
) {
|
||||
|
||||
Column(
|
||||
modifier = modifier.fillMaxWidth(),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue