Fix formatting for a trailing comma

Change-Id: I300ec889aa9cd726a3cc60294e0cf7707e3361a6
pull/1837/head
Márton Braun 3 years ago
parent 5b5a75c835
commit 59e0a972c1

@ -306,7 +306,7 @@ private fun TopicSelection(
) {
items(
items = onboardingUiState.topics,
key = { it.topic.id }
key = { it.topic.id },
) {
SingleTopicButton(
name = it.topic.name,

Loading…
Cancel
Save