Fabric: Fix dangling brace (#23540)

Summary:
This pull request fixes a dangling brace, causing Xcode to be unable to build RCTFabricSample.

[General] [Fixed] - Fabric: Xcode build issue
Pull Request resolved: https://github.com/facebook/react-native/pull/23540

Differential Revision: D14142990

Pulled By: hramos

fbshipit-source-id: d6c2313d831e2ea5d22c77543814b86bfe8a1d53
This commit is contained in:
Eric Lewis
2019-02-19 21:55:18 -08:00
committed by Facebook Github Bot
parent f08c94bd36
commit c3df673f12
@@ -20,7 +20,7 @@ ComponentRegistryFactory getDefaultComponentRegistryFactory() {
const SharedContextContainer &contextContainer) {
auto registry = std::make_shared<ComponentDescriptorRegistry>();
return registry;
}
};
}
} // namespace react