Skip to content

Commit

Permalink
Fix SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Apr 24, 2024
1 parent 5a11ac6 commit cd0ffef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ final class DataBrokerProtectionNoOpScheduler: DataBrokerProtectionScheduler {
func startScheduler(showWebView: Bool) { }
func stopScheduler() { }
func optOutAllBrokers(showWebView: Bool, completion: ((DataBrokerProtectionSchedulerErrorCollection?) -> Void)?) { }
func runQueuedOperations(showWebView: Bool, completion: ((DataBrokerProtectionSchedulerErrorCollection?) -> Void)?) { }
func runQueuedOperations(showWebView: Bool,
completion: ((DataBrokerProtectionSchedulerErrorCollection?) -> Void)?) { }
func startManualScan(showWebView: Bool, completion: ((DataBrokerProtectionSchedulerErrorCollection?) -> Void)?) { }
func runAllOperations(showWebView: Bool) { }
func getDebugMetadata(completion: (DBPBackgroundAgentMetadata?) -> Void) { }
Expand Down

0 comments on commit cd0ffef

Please sign in to comment.