Skip to content

Commit 9d1c9ca

Browse files
author
Adam Rush
committed
Fixing indentation and alpha on the imports
1 parent 9f245ac commit 9d1c9ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DemoAppSwiftUI/AppDelegate.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// Copyright © 2022 Stream.io Inc. All rights reserved.
33
//
44

5+
import Sentry
56
import StreamChat
67
import StreamChatSwiftUI
78
import SwiftUI
89
import UIKit
9-
import Sentry
1010

1111
class AppDelegate: NSObject, UIApplicationDelegate {
1212

@@ -54,13 +54,13 @@ class AppDelegate: NSObject, UIApplicationDelegate {
5454
streamChat = StreamChat(chatClient: chatClient, utils: utils)
5555
*/
5656

57-
#if RELEASE
57+
#if RELEASE
5858
// We're tracking Crash Reports / Issues from the Demo App to keep improving the SDK
5959
SentrySDK.start { options in
60-
options.dsn = "https://[email protected]/6395489"
61-
options.tracesSampleRate = 1.0
60+
options.dsn = "https://[email protected]/6395489"
61+
options.tracesSampleRate = 1.0
6262
}
63-
#endif
63+
#endif
6464

6565
streamChat = StreamChat(chatClient: chatClient)
6666

0 commit comments

Comments
 (0)