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(
code = TopFilter.Mine,
name = ResourceName(R.string.follow_list_mine),
)
)
val allFavoriteAlgoFeedsFollow =
FeedDefinition(
code = TopFilter.AllFavoriteAlgoFeeds,
@@ -130,7 +130,7 @@ fun AllSettingsScreen(
tint = tint,
onClick = { nav.nav(Route.ProfileBadges) },
)
HorizontalDivider()
HorizontalDivider()
SettingsNavigationRow(
title = R.string.favorite_dvms_title,
icon = Icons.Outlined.AutoAwesome,