Skip to content

Commit 8bcc2f5

Browse files
author
ganfra
committed
Fix formating
1 parent 04b136e commit 8bcc2f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vector/src/main/java/im/vector/app/features/home/room/list/RoomListSectionBuilderSpace.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ class RoomListSectionBuilderSpace(
280280
}
281281
}
282282

283-
private fun buildNotificationsSection(sections: MutableList<RoomsSection>, activeSpaceAwareQueries: MutableList<RoomListViewModel.ActiveSpaceQueryUpdater>) {
283+
private fun buildNotificationsSection(sections: MutableList<RoomsSection>,
284+
activeSpaceAwareQueries: MutableList<RoomListViewModel.ActiveSpaceQueryUpdater>) {
284285
if (autoAcceptInvites.showInvites()) {
285286
addSection(
286287
sections = sections,

0 commit comments

Comments
 (0)