Skip to content

Commit ca436e6

Browse files
committed
Removed trailing space manually
1 parent b769cb5 commit ca436e6

File tree

1 file changed

+1
-1
lines changed
  • composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/screens/topic

1 file changed

+1
-1
lines changed

composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/screens/topic/TopicCard.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fun TopicCard(
6969
contentAlignment = Alignment.Center,
7070
) {
7171
KdText(
72-
modifier = Modifier,
72+
modifier = Modifier,
7373
text = itemTopic.initial,
7474
)
7575
}

0 commit comments

Comments
 (0)