Skip to content

Commit

Permalink
Fix swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Oct 6, 2023
1 parent 01ed3cd commit 9a5497a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/UserAgentManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ struct UserAgent {
return versions
}

// swiftlint:disable:next cyclomatic_complexity
public func agent(forUrl url: URL?,
isDesktop: Bool,
privacyConfig: PrivacyConfiguration = ContentBlocking.shared.privacyConfigurationManager.privacyConfig) -> String {
Expand Down

0 comments on commit 9a5497a

Please sign in to comment.