Skip to content

Commit 575a80c

Browse files
committed
Deleted space
1 parent 742f774 commit 575a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example-iOS/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1414
var window: UIWindow?
1515

1616
func application(_ application: UIApplication,
17-
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
17+
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
1818
return true
1919
}
2020

0 commit comments

Comments
 (0)