From 39d70edd34b46fdb7379b03ed7644577b2603cc9 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 23 May 2018 17:47:50 +0530 Subject: [PATCH] remove extra white spaces --- XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift b/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift index fbb3cc8..4a76a1f 100644 --- a/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift +++ b/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift @@ -13,7 +13,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true @@ -40,7 +39,5 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func applicationWillTerminate(_ application: UIApplication) { // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. } - - }