Skip to content

Commit 328f4df

Browse files
author
Michal Jach
committed
Linter fix
1 parent 0e30eeb commit 328f4df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Example/AppDelegate.swift

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

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

0 commit comments

Comments
 (0)