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:
@@ -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,
|
||||||
|
|||||||
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user