From f34d96f9c7dcb01930fb5f054dfd6eb6ed575cec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:47:39 +0000 Subject: [PATCH] style(pre-commit): autofix --- planning/behavior_path_lane_change_module/src/scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planning/behavior_path_lane_change_module/src/scene.cpp b/planning/behavior_path_lane_change_module/src/scene.cpp index f9d4631d79e84..9524d47e522e5 100644 --- a/planning/behavior_path_lane_change_module/src/scene.cpp +++ b/planning/behavior_path_lane_change_module/src/scene.cpp @@ -195,7 +195,7 @@ BehaviorModuleOutput NormalLaneChange::generateOutput() { BehaviorModuleOutput output; - if(!status_.is_valid_path){ + if (!status_.is_valid_path) { output.path = prev_module_path_; output.reference_path = prev_module_reference_path_; output.drivable_area_info = prev_drivable_area_info_;