Skip to content

Commit 0fc9e66

Browse files
committed
fix whitespace
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 2753bc8 commit 0fc9e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimulationRunner.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ void SimulationRunner::UpdateSystems()
603603

604604
{
605605
GZ_PROFILE("Update");
606-
for (auto& [priority, systems]: this->systemMgr->SystemsUpdate())
606+
for (auto& [priority, systems] : this->systemMgr->SystemsUpdate())
607607
{
608608
for (auto& system : systems)
609609
{

0 commit comments

Comments
 (0)