Daily arc lint --take CLANGFORMAT

Reviewed By: zertosh

Differential Revision: D20245569

fbshipit-source-id: 2fede4cfd7e0291aa6718d510bfe14ee175134df
This commit is contained in:
generatedunixname89002005287564
2020-03-04 06:08:57 -08:00
committed by Facebook Github Bot
parent 899b314ca2
commit 6aa7030ce8
10 changed files with 95 additions and 46 deletions
@@ -197,9 +197,7 @@ std::unique_ptr<JSExecutor> HermesExecutorFactory::createJSExecutor(
makeHermesRuntimeSystraced(runtimeConfig_);
HermesRuntime &hermesRuntimeRef = *hermesRuntime;
auto decoratedRuntime = std::make_shared<DecoratedRuntime>(
std::move(hermesRuntime),
hermesRuntimeRef,
jsQueue);
std::move(hermesRuntime), hermesRuntimeRef, jsQueue);
// So what do we have now?
// DecoratedRuntime -> HermesRuntime
@@ -256,7 +256,7 @@ void Binding::installFabricUIManager(
"react_fabric:enabled_collapse_delete_create_mounting_instructions");
disableVirtualNodePreallocation_ = reactNativeConfig_->getBool(
"react_fabric:disable_virtual_node_preallocation");
"react_fabric:disable_virtual_node_preallocation");
disablePreallocateViews_ = reactNativeConfig_->getBool(
"react_fabric:disabled_view_preallocation_android");