Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Oct 30, 2023
1 parent d354b63 commit 64de205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ private fun HomeScreenContent(
) {
Column(
modifier = modifier
.padding(paddingValues)
.padding(paddingValues),
) {
val unReadCount = feedState.count { !it.isRead }

Expand Down

0 comments on commit 64de205

Please sign in to comment.