Lint formatting

This commit is contained in:
Vitor Pamplona
2024-07-03 13:49:57 -04:00
parent 4b5ab8eb35
commit fdf0b69e5d

View File

@@ -74,7 +74,9 @@ class UserProfileNewThreadFeedFilter(
it.event is HighlightEvent ||
it.event is AudioTrackEvent ||
it.event is AudioHeaderEvent
) && it.isNewThread() && account.isAcceptable(it)
) &&
it.isNewThread() &&
account.isAcceptable(it)
override fun sort(collection: Set<Note>): List<Note> = collection.sortedWith(DefaultFeedOrder)