Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Dec 6, 2023
1 parent c045884 commit e2300a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/ContentBlocker/ClickToLoadUserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ final class ClickToLoadUserScript: NSObject, UserScript, WKScriptMessageHandlerW
}
if message.name == "enableFacebook" {
guard let delegate = delegate else { return }
delegate.clickToLoadUserScriptAllowFB(self) { (_) -> Void in
delegate.clickToLoadUserScriptAllowFB(self) { _ in
guard let isLogin = message.body as? Bool else {
replyHandler(nil, nil)
return
Expand Down

0 comments on commit e2300a9

Please sign in to comment.