fix formatting

This commit is contained in:
Bartek Stoliński
2022-02-22 09:49:18 +01:00
parent e9626dc348
commit 52b035cb5f
2 changed files with 2 additions and 3 deletions
@@ -1833,8 +1833,7 @@ class ChannelClientState {
final newThreads = Map<String, List<Message>>.from(threads);
newThreads[parentId] = [
...newThreads[parentId]!
..removeWhere((e) => e.id == message.id),
...newThreads[parentId]!..removeWhere((e) => e.id == message.id),
];
_threads = newThreads;