Skip to content

Commit

Permalink
[chore] #112 ktlint format
Browse files Browse the repository at this point in the history
  • Loading branch information
seohee0925 committed Jul 19, 2024
1 parent 3e3788c commit 9a856c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun RecordySnackBar(
onClick: () -> Unit,
) {
Box(
modifier = Modifier.customClickable { onClick() }
modifier = Modifier.customClickable { onClick() },
) {
Popup {
AnimatedVisibility(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ internal fun MainScreen(
message = state.snackBarMessage,
snackBarType = state.snackBarType,
bottomPadding = state.snackBarBottomPadding.dp,
onClick = viewModel::clickSnackbar
onClick = viewModel::clickSnackbar,
)
},
bottomBar = {
Expand Down

0 comments on commit 9a856c0

Please sign in to comment.