Skip to content

Commit

Permalink
Swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Nov 1, 2024
1 parent f9454c4 commit 0ca7d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ import os.log
}
}

// swiftlint:disable:next function_body_length cyclomatic_complexity
// swiftlint:disable:next function_body_length
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

#if targetEnvironment(simulator)
Expand Down

0 comments on commit 0ca7d57

Please sign in to comment.