mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D26480949 fbshipit-source-id: 5a8f706daaea276865e6eb8602cc3b50c484bf6f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e810291790
commit
c498c055a2
@@ -432,7 +432,8 @@ void Binding::setConstraints(
|
||||
auto iterator = surfaceHandlerRegistry_.find(surfaceId);
|
||||
|
||||
if (iterator == surfaceHandlerRegistry_.end()) {
|
||||
LOG(ERROR) << "Binding::setConstraints: Surface with given id is not found";
|
||||
LOG(ERROR)
|
||||
<< "Binding::setConstraints: Surface with given id is not found";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user