mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Run clang-format and apply patches
Summary: Run clang-format and add .clang-tidy with `clang-diagnostic-*` to several more directories in order to catch any problems. Changelog: [Internal] Reviewed By: shergin Differential Revision: D19860169 fbshipit-source-id: 7785aab010c8e6945cc6b5c9b68cb8ee0cdbb7fa
This commit is contained in:
committed by
Facebook Github Bot
parent
f0c7178a3a
commit
8ae3174873
+1
-2
@@ -10,8 +10,7 @@
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
|
||||
CallInvokerHolder::CallInvokerHolder(
|
||||
std::shared_ptr<CallInvoker> callInvoker)
|
||||
CallInvokerHolder::CallInvokerHolder(std::shared_ptr<CallInvoker> callInvoker)
|
||||
: _callInvoker(callInvoker) {}
|
||||
|
||||
std::shared_ptr<CallInvoker> CallInvokerHolder::getCallInvoker() {
|
||||
|
||||
Reference in New Issue
Block a user