From 6f2fd3fd52169cf59eb3e699e47623cec3aaceb2 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 14 Nov 2019 13:11:13 -0300 Subject: [PATCH] Clean up ahead of PR. --- SignalMessaging/profiles/ProfileFetcherJob.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SignalMessaging/profiles/ProfileFetcherJob.swift b/SignalMessaging/profiles/ProfileFetcherJob.swift index e4c0b4ad9a..5f14789940 100644 --- a/SignalMessaging/profiles/ProfileFetcherJob.swift +++ b/SignalMessaging/profiles/ProfileFetcherJob.swift @@ -93,9 +93,9 @@ public class ProfileFetcherJob: NSObject { @objc public class func updateProfile(username: String, - success: @escaping (_ address: SignalServiceAddress) -> Void, - notFound: @escaping () -> Void, - failure: @escaping (_ error: Error?) -> Void) { + success: @escaping (_ address: SignalServiceAddress) -> Void, + notFound: @escaping () -> Void, + failure: @escaping (_ error: Error?) -> Void) { let subject = ProfileRequestSubject.username(username: username) let options = ProfileFetchOptions(ignoreThrottling: true) ProfileFetcherJob(subject: subject, options: options).runAsPromise()