diff --git a/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp b/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp index 9cd6ffa2d95..5721126a08c 100644 --- a/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp +++ b/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp @@ -20,7 +20,7 @@ ComponentRegistryFactory getDefaultComponentRegistryFactory() { const SharedContextContainer &contextContainer) { auto registry = std::make_shared(); return registry; - } + }; } } // namespace react