Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Aug 30, 2024
1 parent efdde84 commit 04c7fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// TrackerDataQueryExtensionTests.swift
// DuckDuckGo
//
// Copyright © 2024 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class TrackerResolverTests: XCTestCase {

let tracker = KnownTracker(domain: "tracker.com",
defaultAction: .block,
owner:.trackerInc,
owner: .trackerInc,
prevalence: 0.1,
subdomains: nil,
categories: nil,
Expand Down

0 comments on commit 04c7fac

Please sign in to comment.