Skip to content

Commit 48596c6

Browse files
committed
[trello.com/c/hG3JTo2a] fix spaces in code
1 parent 910b9c4 commit 48596c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Adamant/Modules/ChatsList/ChatListViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,8 @@ extension ChatListViewController {
738738
loadNewChatTask = Task {
739739
await chatsProvider.getChatRooms(offset: offset)
740740
isBusy = false
741-
tableView.reloadDataPreservingSelection() }
741+
tableView.reloadDataPreservingSelection()
742+
}
742743
}
743744
}
744745

Adamant/ServiceProtocols/ChatPreservation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ final class ChatPreservation: ChatPreservationProtocol, @unchecked Sendable {
3535

3636
updateNotifier.send()
3737
}
38+
3839
func preserveChatState(
3940
message: String?,
4041
replyMessage: MessageModel?,

0 commit comments

Comments
 (0)