Skip to content

Commit

Permalink
[ALFMOB-24] Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
reisdev committed Nov 22, 2024
1 parent aa62307 commit 73f6134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alfie/Alfie/Delegate/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDele

private func bootstrap(application: UIApplication?) {
if ProcessInfo.isSwiftUIPreview || ProcessInfo.isRunningTests {
#if DEBUG
#if DEBUG
serviceProvider = MockServiceProvider()
#endif
#endif
} else {
CoreBootstrap.bootstrap()
serviceProvider = ServiceProvider()
Expand Down

0 comments on commit 73f6134

Please sign in to comment.