Merge pull request #547 from android/mb/trailing-comma-fix

Fix formatting for a trailing comma
pull/1837/head
Márton Braun 3 years ago committed by GitHub
commit 481ad67e75

@ -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