Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamski authored May 1, 2024
1 parent e27cfae commit 5da40f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/ContentBlocker/ScriptSourceProviding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct ScriptSourceProvider: ScriptSourceProviding {
private func mergeTrackerDataSets(rules: [ContentBlockerRulesManager.Rules]) -> (trackerData: TrackerData, encodedTrackerData: String) {
let tdsName = DefaultContentBlockerRulesListsSource.Constants.trackerDataSetRulesListName
let tdsIndex = contentBlockingManager.currentRules.firstIndex(where: { $0.name == tdsName})

var combinedTrackers: [String: KnownTracker] = [:]
var combinedEntities: [String: Entity] = [:]
var combinedDomains: [String: String] = [:]
Expand Down

0 comments on commit 5da40f0

Please sign in to comment.