Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Jan 17, 2025
1 parent 89cdcdc commit 6a2da92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PrivacyDashboard/PrivacyDashboardController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ extension PrivacyDashboardController: PrivacyDashboardUserScriptDelegate {
func userScriptDidRequestShowReportBrokenSite(_ userScript: PrivacyDashboardUserScript) {
eventMapping.fire(.showReportBrokenSite)
}

func userScriptDidRequestReportBrokenSiteShown(_ userScript: PrivacyDashboardUserScript) {
eventMapping.fire(.reportBrokenSiteShown, parameters: [
PrivacyDashboardEvents.Parameters.source: source.rawValue
Expand Down

0 comments on commit 6a2da92

Please sign in to comment.