Skip to content

Commit

Permalink
Fix Swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Jan 1, 2025
1 parent ac2af47 commit 4fed45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Updates/ReleaseNotesUserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ final class ReleaseNotesUserScript: NSObject, Subfeature {
guard let updateController = Application.appDelegate.updateController else {
return
}

let values = ReleaseNotesValues(from: updateController)
broker?.push(method: "onUpdate", params: values, for: self, into: webView)
}
Expand Down

0 comments on commit 4fed45f

Please sign in to comment.