Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D26480949

fbshipit-source-id: 5a8f706daaea276865e6eb8602cc3b50c484bf6f
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Feb 17, 2021
1 parent e810291 commit c498c05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c498c05

Please sign in to comment.