Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
Signed-off-by: Dharini Dutia <[email protected]>
  • Loading branch information
quarkytale committed Jan 2, 2024
1 parent ac14e56 commit ad1de96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/SdfEntityCreator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,10 @@ Entity SdfEntityCreator::CreateEntities(const sdf::Visual *_visual)
if ((scriptName.find("Gazebo/") == 0u))
{
// \todo Add documentation page with warning
gzwarn << "Using an internal gazebo.material to parse " << scriptName
<< "See https://gazebosim.org/api/sim/8/migrationsdf.html for details."
<< std::endl;
gzwarn << "Using an internal gazebo.material to parse "
<< scriptName <<
"See https://gazebosim.org/api/sim/8/migrationsdf.html for details."
<< std::endl;
MaterialParser::MaterialValues parsed =
this->dataPtr->materialParser.GetMaterialValues(scriptName);

Expand Down

0 comments on commit ad1de96

Please sign in to comment.