Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Dec 21, 2023
1 parent 6a34cd7 commit 5c3ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/TabViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ extension TabViewController: WKNavigationDelegate {
navigationAction: navigationAction,
onStartExtracting: { showProgressIndicator() },
onFinishExtracting: { },
onLinkRewrite: { [weak self] newRequest, navigationAction in
onLinkRewrite: { [weak self] newRequest, _ in
guard let self = self else { return }
self.load(urlRequest: newRequest)
},
Expand Down

0 comments on commit 5c3ef44

Please sign in to comment.