Skip to content

Commit

Permalink
[CHORE] #128 : Formmating
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Feb 27, 2024
1 parent 8207a08 commit 8caccd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal fun SurveyEventContent(
verticalArrangement = Arrangement.spacedBy(16.dp),
modifier = Modifier
.fillMaxWidth()
.weight(1f)
.weight(1f),
) {
when (eventsState) {
is EventsState.Loading -> item {
Expand Down

0 comments on commit 8caccd8

Please sign in to comment.