Remove extra argument labels

This commit is contained in:
ismailgulek
2021-10-05 15:17:22 +03:00
parent bbd251059f
commit eee31468d7
2 changed files with 2 additions and 2 deletions
@@ -164,7 +164,7 @@ public class MockRecentsListService: NSObject, RecentsListServiceProtocol {
}
private func notifyDataChange() {
multicastDelegate.invoke(invocation: { $0.serviceDidChangeData(self) })
multicastDelegate.invoke({ $0.serviceDidChangeData(self) })
}
}