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 fdf88d3 commit d6df632Copy full SHA for d6df632
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