From 45aff64469065ada9ca194b8724286353c9a5d8d Mon Sep 17 00:00:00 2001 From: Liaz Kamper Date: Sun, 20 Mar 2022 19:44:47 +0200 Subject: [PATCH] Fix indentation --- swift/basic_app/basic_app/AppDelegate.swift | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/swift/basic_app/basic_app/AppDelegate.swift b/swift/basic_app/basic_app/AppDelegate.swift index b5299b6..0ec4d1e 100644 --- a/swift/basic_app/basic_app/AppDelegate.swift +++ b/swift/basic_app/basic_app/AppDelegate.swift @@ -139,14 +139,13 @@ extension AppDelegate: DeepLinkDelegate { let deepLinkStr:String = deepLinkObj.toString() NSLog("[AFSDK] DeepLink data is: \(deepLinkStr)") - - - if( deepLinkObj.isDeferred == true) { - NSLog("[AFSDK] This is a deferred deep link") - } - else { - NSLog("[AFSDK] This is a direct deep link") - } + + if( deepLinkObj.isDeferred == true) { + NSLog("[AFSDK] This is a deferred deep link") + } + else { + NSLog("[AFSDK] This is a direct deep link") + } fruitNameStr = deepLinkObj.deeplinkValue