From c517b1cab6e3fadae0a171ad5252402a0b0b6084 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 21 Dec 2023 13:34:53 -0800 Subject: [PATCH] Fix SwiftLint. --- DuckDuckGo/Application/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/DuckDuckGo/Application/AppDelegate.swift b/DuckDuckGo/Application/AppDelegate.swift index 5693a4b2bf..940dfc6439 100644 --- a/DuckDuckGo/Application/AppDelegate.swift +++ b/DuckDuckGo/Application/AppDelegate.swift @@ -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 {