Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 042a623 commit f34d96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/behavior_path_lane_change_module/src/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
Expand Down

0 comments on commit f34d96f

Please sign in to comment.