Skip to content

Commit

Permalink
Merge pull request #65 from keisukeYamagishi/refactor/remove-no-need-…
Browse files Browse the repository at this point in the history
…code

remove no need code on AppDelegate
  • Loading branch information
keisukeYamagishi authored Jul 30, 2024
2 parents 5dc9e94 + ffd2103 commit f4ffacb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RxAlertExample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?

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

0 comments on commit f4ffacb

Please sign in to comment.