Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 7, 2023
1 parent f050411 commit 57a8be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SimulationRunner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ SimulationRunner::SimulationRunner(const sdf::World *_world,
auto validWorldName = transport::TopicUtils::AsValidTopic(worldName);
if (this->worldName.empty())
{
gzerr << "Can't start simulation runner with this world name [" << worldName << "]." << std::endl;
gzerr << "Can't start simulation runner with this world name ["
<< worldName << "]." << std::endl;
return;
}

Expand Down

0 comments on commit 57a8be5

Please sign in to comment.