From 57a8be59a494dc094981abe54fd874b576b44871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Thu, 7 Sep 2023 17:04:24 +0200 Subject: [PATCH] make linters happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- src/SimulationRunner.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }