Skip to content

Commit 2a6ccb2

Browse files
roiberlinkadikraman
authored andcommitted
fix typo (#270)
1 parent 4f53fe4 commit 2a6ccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNAppAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "RNAppAuth.h"
2-
#if __has_include("<AppAuth/AppAuth.h>")
2+
#if __has_include(<AppAuth/AppAuth.h>)
33
#import <AppAuth/AppAuth.h>
44
#else
55
#import "AppAuth.h"

0 commit comments

Comments
 (0)