Skip to content

Commit

Permalink
SwiftLint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed May 26, 2024
1 parent 3d9aefe commit 76b2738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Common/Surveys/SurveyURLBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final class SurveyURLBuilder {
self.daysSincePIRLastActive = daysSincePIRLastActive
}

// swiftlint:disable:next cyclomatic_complexity
// swiftlint:disable:next cyclomatic_complexity function_body_length
func buildSurveyURL(from originalURLString: String) -> URL? {
guard var components = URLComponents(string: originalURLString) else {
assertionFailure("Could not build components from survey URL")
Expand Down

0 comments on commit 76b2738

Please sign in to comment.