From 73f61347d8f77b2a08c8d1920a980906a18430e7 Mon Sep 17 00:00:00 2001 From: ReisDev Date: Fri, 22 Nov 2024 15:26:00 +0000 Subject: [PATCH] [ALFMOB-24] Fix identation --- Alfie/Alfie/Delegate/AppDelegate.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alfie/Alfie/Delegate/AppDelegate.swift b/Alfie/Alfie/Delegate/AppDelegate.swift index 5dabfbd..8d83ce0 100644 --- a/Alfie/Alfie/Delegate/AppDelegate.swift +++ b/Alfie/Alfie/Delegate/AppDelegate.swift @@ -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()