Skip to content

Commit 36fc936

Browse files
committed
Fix lint issues
1 parent 9770590 commit 36fc936

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/core/ios/RNSentry+fetchNativeStack.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#import "RNSentry.h"
21
#import "RNSentry+formatters.h"
2+
#import "RNSentry.h"
33
#import "RNSentryBreadcrumb.h"
44
#import "RNSentryId.h"
55
#import <Sentry/PrivateSentrySDKOnly.h>

packages/core/ios/RNSentry+formatters.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#import <Foundation/Foundation.h>
22

3-
// This file is a copy from https://github.com/getsentry/sentry-cocoa/blob/6c20265de0903b835a299e2e9da0f7af50af09f5/Sources/Sentry/include/HybridPublic/SentryFormatter.h
3+
// This file is a copy from
4+
// https://github.com/getsentry/sentry-cocoa/blob/6c20265de0903b835a299e2e9da0f7af50af09f5/Sources/Sentry/include/HybridPublic/SentryFormatter.h
45

56
// 2 for the 0x prefix, plus 16 for the hex value, plus 1 for the null terminator
67
#define SENTRY_HEX_ADDRESS_LENGTH 19

0 commit comments

Comments
 (0)