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

Fix formatting for a trailing comma
pull/548/head
Márton Braun 2 years ago committed by GitHub
commit 71e98d8297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save