Skip to content

Commit

Permalink
Merge pull request #547 from android/mb/trailing-comma-fix
Browse files Browse the repository at this point in the history
Fix formatting for a trailing comma
  • Loading branch information
zsmb13 authored Jan 25, 2023
2 parents 11fbf53 + 1d081ce commit 71e98d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ private fun TopicSelection(
) {
items(
items = onboardingUiState.topics,
key = { it.topic.id }
key = { it.topic.id },
) {
SingleTopicButton(
name = it.topic.name,
Expand Down

0 comments on commit 71e98d8

Please sign in to comment.