Skip to content

Commit a14bfc3

Browse files
author
Michal Jach
committed
lint fix
1 parent 328f4df commit a14bfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3232
var window: UIWindow?
3333

3434
func application(_ application: UIApplication,
35-
didFinishLaunchingWithOptions launchOptions:
36-
[UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
35+
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil)
36+
-> Bool {
3737
window = UIWindow(frame: UIScreen.main.bounds)
3838
window?.backgroundColor = UIColor.white
3939
window?.rootViewController = UINavigationController(rootViewController: ExampleViewController())

0 commit comments

Comments
 (0)