Skip to content

Commit

Permalink
Fix DataBrokerProtectionProcessor.swift lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Apr 24, 2024
1 parent cd0ffef commit 570206e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final class DataBrokerProtectionProcessor {

// MARK: - Public functions
func startManualScans(showWebView: Bool = false,
completion: ((DataBrokerProtectionSchedulerErrorCollection?) -> Void)? = nil) {
completion: ((DataBrokerProtectionSchedulerErrorCollection?) -> Void)? = nil) {
operationQueue.cancelAllOperations()
runOperations(operationType: .scan,
priorityDate: nil,
Expand Down

0 comments on commit 570206e

Please sign in to comment.