Skip to content

Commit df7b3df

Browse files
arhelmusfacebook-github-bot
authored andcommitted
jsi | remove redundant semi colon (#51651)
Summary: X-link: facebook/hermes#1715 Pull Request resolved: #51651 this breaks certain compilers/build setups in cpp Differential Revision: D75478125
1 parent 8322643 commit df7b3df

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)