mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Lint
This commit is contained in:
@@ -11,7 +11,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
}
|
||||
|
||||
func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool { // swiftlint:disable:this discouraged_optional_collection
|
||||
AppDelegate.instance = self
|
||||
Self.instance = self
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user