diff --git a/src/SimulationRunner.cc b/src/SimulationRunner.cc index 93042efbbf..4f628a3906 100644 --- a/src/SimulationRunner.cc +++ b/src/SimulationRunner.cc @@ -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; }