Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed May 2, 2024
1 parent 2753bc8 commit 0fc9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimulationRunner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ void SimulationRunner::UpdateSystems()

{
GZ_PROFILE("Update");
for (auto& [priority, systems]: this->systemMgr->SystemsUpdate())
for (auto& [priority, systems] : this->systemMgr->SystemsUpdate())
{
for (auto& system : systems)
{
Expand Down

0 comments on commit 0fc9e66

Please sign in to comment.