Skip to content

Commit

Permalink
ref(ego_entity): apply clang
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoszynski committed Feb 19, 2024
1 parent 76bf5ff commit 2b80386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/traffic_simulator/src/entity/ego_entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void EgoEntity::onUpdate(double current_time, double step_time)
is_controlled_by_simulator_ = false;
}
}

updateStandStillDuration(step_time);
updateTraveledDistance(step_time);

Expand Down

0 comments on commit 2b80386

Please sign in to comment.