Skip to content

Commit

Permalink
Fix SwiftLint.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 21, 2023
1 parent b024422 commit c517b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, FileDownloadManagerDel
appIconChanger = AppIconChanger(internalUserDecider: internalUserDecider)
}

// swiftlint:disable:next function_body_length
func applicationDidFinishLaunching(_ notification: Notification) {
guard NSApp.runType.requiresEnvironment else { return }
defer {
Expand Down

0 comments on commit c517b1c

Please sign in to comment.