Skip to content

Commit 56c1ab3

Browse files
arhelmusfacebook-github-bot
authored andcommitted
Revert D75478125: jsi | remove redundant semi colon
Differential Revision: D75478125 Original commit changeset: d5a9db25ebee Original Phabricator Diff: D75478125 fbshipit-source-id: a5d06fccfb955cbb598e20c96f607b95b26795d1
1 parent 7dda551 commit 56c1ab3

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/ReactCommon/jsi/jsi

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@ U* castInterface(T* ptr) {
17941794
return static_cast<U*>(ptr->castInterface(U::uuid));
17951795
}
17961796
return nullptr;
1797-
}
1797+
};
17981798

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

0 commit comments

Comments
 (0)