Skip to content

Commit 316753a

Browse files
author
Adam Rush
committed
Fixing linting rules
1 parent 9d1c9ca commit 316753a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DemoAppSwiftUI/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
6060
options.dsn = "https://[email protected]/6395489"
6161
options.tracesSampleRate = 1.0
6262
}
63-
#endif
63+
#endif
6464

6565
streamChat = StreamChat(chatClient: chatClient)
6666

0 commit comments

Comments
 (0)