style: strip trailing whitespace and fix indent flagged by spotless

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
davotoula
2026-04-20 15:37:56 +02:00
parent fab435509b
commit 5eb91145df
2 changed files with 3 additions and 3 deletions
@@ -101,8 +101,8 @@ class TopNavFilterState(
FeedDefinition( FeedDefinition(
code = TopFilter.Mine, code = TopFilter.Mine,
name = ResourceName(R.string.follow_list_mine), name = ResourceName(R.string.follow_list_mine),
) )
val allFavoriteAlgoFeedsFollow = val allFavoriteAlgoFeedsFollow =
FeedDefinition( FeedDefinition(
code = TopFilter.AllFavoriteAlgoFeeds, code = TopFilter.AllFavoriteAlgoFeeds,
@@ -130,7 +130,7 @@ fun AllSettingsScreen(
tint = tint, tint = tint,
onClick = { nav.nav(Route.ProfileBadges) }, onClick = { nav.nav(Route.ProfileBadges) },
) )
HorizontalDivider() HorizontalDivider()
SettingsNavigationRow( SettingsNavigationRow(
title = R.string.favorite_dvms_title, title = R.string.favorite_dvms_title,
icon = Icons.Outlined.AutoAwesome, icon = Icons.Outlined.AutoAwesome,