Fix formating

This commit is contained in:
ganfra 2022-03-24 19:07:44 +01:00
parent 04b136e3e4
commit 8bcc2f5b0c
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,8 @@ class RoomListSectionBuilderSpace(
}
}
private fun buildNotificationsSection(sections: MutableList<RoomsSection>, activeSpaceAwareQueries: MutableList<RoomListViewModel.ActiveSpaceQueryUpdater>) {
private fun buildNotificationsSection(sections: MutableList<RoomsSection>,
activeSpaceAwareQueries: MutableList<RoomListViewModel.ActiveSpaceQueryUpdater>) {
if (autoAcceptInvites.showInvites()) {
addSection(
sections = sections,