Skip to content

Commit

Permalink
[chore] spotless 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
fbghgus123 committed Oct 1, 2024
1 parent 3fa89c8 commit 3d911dd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,10 @@ fun HomeScreen(
)
}


Column(
modifier = Modifier
.fillMaxWidth()
.align(Alignment.BottomCenter)
.align(Alignment.BottomCenter),
) {
Box(
modifier = Modifier
Expand All @@ -257,7 +256,7 @@ fun HomeScreen(
.fillMaxWidth()
.height(36.dp)
.background(DoraColorTokens.SurfaceBlack),
verticalAlignment = Alignment.CenterVertically
verticalAlignment = Alignment.CenterVertically,
) {
Text(
modifier = Modifier.padding(start = 20.dp),
Expand Down

0 comments on commit 3d911dd

Please sign in to comment.