Daily arc lint --take CLANGFORMAT

Reviewed By: zertosh

Differential Revision: D26480949

fbshipit-source-id: 5a8f706daaea276865e6eb8602cc3b50c484bf6f
This commit is contained in:
generatedunixname89002005325676
2021-02-17 04:24:39 -08:00
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;
}