Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed May 31, 2024
1 parent 15a2e25 commit 36a17f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ bool LaneChangeInterface::canTransitFailureState()
updateDebugMarker();
log_debug_throttled(__func__);

if(getPreviousModuleOutput().path.points.empty()){
if (getPreviousModuleOutput().path.points.empty()) {
return true;
}

Expand Down

0 comments on commit 36a17f4

Please sign in to comment.