Remove extra argument labels

This commit is contained in:
ismailgulek
2021-10-05 15:17:22 +03:00
parent e5f54f9e68
commit 6f80bb04bf
2 changed files with 2 additions and 2 deletions
@@ -457,7 +457,7 @@ public class RecentsListService: NSObject, RecentsListServiceProtocol {
}
private func notifyDataChange(on fetcher: MXRoomListDataFetcher) {
multicastDelegate.invoke(invocation: { $0.serviceDidChangeData(self) })
multicastDelegate.invoke({ $0.serviceDidChangeData(self) })
}
deinit {