Skip to content

Commit

Permalink
Fix ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Jun 24, 2024
1 parent 987929d commit 738a0d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ fun PromotedStoryCard(
overflow = TextOverflow.Ellipsis,
)
Text(
text = machineLocale.run { promotedStoryViewModel.classroomTitle.toMachineUpperCase() },
text = machineLocale.run { promotedStoryViewModel.classroomTitle.toMachineUpperCase() },
modifier = Modifier
.padding(start = 16.dp, top = 8.dp, end = 16.dp, bottom = 8.dp)
.border(
Expand Down

0 comments on commit 738a0d4

Please sign in to comment.