Skip to content

Commit

Permalink
chore: ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Apr 1, 2024
1 parent 5a1b506 commit 6a794ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ fun LedgerDetailEnvelopeContainerPreview() {
relation = "관계관계관계",
customRelation = null,
description = null,
)
)
),
),
) {
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.runtime.snapshotFlow
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.tooling.preview.Preview
Expand Down Expand Up @@ -152,7 +151,7 @@ fun EnvelopeFilterScreen(
Column(
modifier = Modifier
.background(SusuTheme.colorScheme.background10)
.fillMaxSize()
.fillMaxSize(),
) {
SusuDefaultAppBar(
leftIcon = {
Expand Down

0 comments on commit 6a794ac

Please sign in to comment.