We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0ad81 commit adb2103Copy full SHA for adb2103
packages/react-native/ReactCommon/yoga/yoga/event/event.h
@@ -80,7 +80,7 @@ struct YOGA_EXPORT Event {
80
template <Type E>
81
const TypedData<E>& get() const {
82
return *static_cast<const TypedData<E>*>(data_);
83
- };
+ }
84
};
85
86
static void reset();
0 commit comments