diff --git a/RxAlertExample/AppDelegate.swift b/RxAlertExample/AppDelegate.swift index a9f16fe..d7e99c1 100644 --- a/RxAlertExample/AppDelegate.swift +++ b/RxAlertExample/AppDelegate.swift @@ -29,7 +29,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - // Override point for customization after application launch. - return true + true } }