Skip to content

Commit 0e30eeb

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

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
@@ -31,7 +31,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3131

3232
var window: UIWindow?
3333

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

0 commit comments

Comments
 (0)