From 2b8038686c378b57e8121228f591ea656446f963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Moszy=C5=84ski?= Date: Mon, 19 Feb 2024 12:08:24 +0100 Subject: [PATCH] ref(ego_entity): apply clang --- simulation/traffic_simulator/src/entity/ego_entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/traffic_simulator/src/entity/ego_entity.cpp b/simulation/traffic_simulator/src/entity/ego_entity.cpp index 53c6d09e3d0..2910132259d 100644 --- a/simulation/traffic_simulator/src/entity/ego_entity.cpp +++ b/simulation/traffic_simulator/src/entity/ego_entity.cpp @@ -162,7 +162,7 @@ void EgoEntity::onUpdate(double current_time, double step_time) is_controlled_by_simulator_ = false; } } - + updateStandStillDuration(step_time); updateTraveledDistance(step_time);