Skip to content

Commit

Permalink
style: Apply Spotless Format
Browse files Browse the repository at this point in the history
  • Loading branch information
wnsgur1 committed Sep 17, 2024
1 parent 6f8efd0 commit 3a78bed
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 @@ -114,7 +114,7 @@ fun ApproveOutScreen(viewModel: ApproveOutViewModel = koinViewModel(), onBackCli
DodamModalBottomSheet(
shape = RoundedCornerShape(
topStart = 28.dp,
topEnd = 28.dp
topEnd = 28.dp,
),
onDismissRequest = { selectedItemIndex = -1 },
title = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fun NightStudyScreen(viewModel: NightStudyViewModel = koinViewModel()) {
DodamModalBottomSheet(
shape = RoundedCornerShape(
topStart = 28.dp,
topEnd = 28.dp
topEnd = 28.dp,
),
onDismissRequest = { bottomSheet = false },
title = {
Expand Down

0 comments on commit 3a78bed

Please sign in to comment.