Skip to content

Commit

Permalink
remove useless space
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas06000 committed Apr 24, 2019
1 parent c1a7ac5 commit e6c6c4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iOS Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ import UIKit
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
return true
}

Expand Down

0 comments on commit e6c6c4d

Please sign in to comment.