Skip to content

Commit f4ffacb

Browse files
authoredJul 30, 2024
Merge pull request #65 from keisukeYamagishi/refactor/remove-no-need-code
remove no need code on AppDelegate
2 parents 5dc9e94 + ffd2103 commit f4ffacb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎RxAlertExample/AppDelegate.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2929
var window: UIWindow?
3030

3131
func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
32-
// Override point for customization after application launch.
33-
return true
32+
true
3433
}
3534
}

0 commit comments

Comments
 (0)