Skip to content

Commit b7de7ab

Browse files
ChristianK275facebook-github-bot
authored andcommitted
Fix extra semi colon (#53459)
Summary: X-link: facebook/hermes#1770 Pull Request resolved: #53459 Changelog: [Internal] This is preventing enabling arfx_cxx_extra_semi_error Reviewed By: cortinico Differential Revision: D80532814 fbshipit-source-id: 61f5ad356180485498d652337754285453118542
1 parent c9573da commit b7de7ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/ReactCommon/jsi/jsi

packages/react-native/ReactCommon/jsi/jsi/jsi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ U* castInterface(T* ptr) {
18141814
return static_cast<U*>(ptr->castInterface(U::uuid));
18151815
}
18161816
return nullptr;
1817-
};
1817+
}
18181818

18191819
/// Helper function to cast the object managed by the shared_ptr \p ptr into an
18201820
/// interface specified by \c U. If the cast is successful, return a shared_ptr

0 commit comments

Comments
 (0)