removing an empty line

This commit is contained in:
Tibor Kaputa 2023-07-24 21:16:47 +02:00 committed by GitHub
parent a7f0236686
commit 83e0d3ee3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ fun SettingsGroup(
title: @Composable (() -> Unit)? = null, title: @Composable (() -> Unit)? = null,
content: @Composable ColumnScope.() -> Unit, content: @Composable ColumnScope.() -> Unit,
) { ) {
Column( Column(
modifier = modifier.fillMaxWidth(), modifier = modifier.fillMaxWidth(),
) { ) {