Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Mar 22, 2024
1 parent 6ebe83d commit d78e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Preferences/View/PreferencesRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ enum Preferences {
}

#if SUBSCRIPTION
// swiftlint:disable:next cyclomatic_complexity
// swiftlint:disable:next cyclomatic_complexity function_body_length
private func makeSubscriptionViewModel() -> PreferencesSubscriptionModel {
let openURL: (URL) -> Void = { url in
DispatchQueue.main.async {
Expand Down

0 comments on commit d78e541

Please sign in to comment.