Skip to content

Commit be44535

Browse files
committed
Refactor _JSC_HAS_INSPECTABLE
1 parent 768d9d7 commit be44535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ReactCommon/jsc/JSCRuntime.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,11 @@ class JSCRuntime : public jsi::Runtime {
319319
#define _JSC_NO_ARRAY_BUFFERS
320320
#endif
321321
// [macOS
322-
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 130300
323-
#define _JSC_HAS_INSPECTABLE
324-
#endif
325-
// macoS]
322+
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 130300
323+
#define _JSC_HAS_INSPECTABLE
326324
#endif
325+
// macOS]
326+
#endif
327327

328328
// JSStringRef utilities
329329
namespace {

0 commit comments

Comments
 (0)