Remove extra argument labels

This commit is contained in:
ismailgulek
2021-10-05 15:17:22 +03:00
parent 78e4801dc9
commit d8d31ca531
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 {