Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BA-Utkarsh committed Jan 17, 2025
1 parent bd726da commit c21162d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LogicalCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ bool LogicalCameraSensor::Load(sdf::ElementPtr _sdf)

if (!this->dataPtr->pubLogic)
{
gzerr << "Unable to create publisher on topic[" << this->Topic() << "/frustum].\n";
gzerr << "Unable to create publisher on topic[" << this->Topic()
<< "/frustum].\n";
return false;
}

Expand Down

0 comments on commit c21162d

Please sign in to comment.