Skip to content

Commit 911a190

Browse files
style(pre-commit): autofix
1 parent 5ba8c91 commit 911a190

File tree

1 file changed

+2
-2
lines changed
  • common/autoware_motion_utils/include/autoware/motion_utils/trajectory

1 file changed

+2
-2
lines changed

common/autoware_motion_utils/include/autoware/motion_utils/trajectory/trajectory.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,8 @@ size_t findFirstNearestIndexWithSoftConstraints(
21542154
size_t min_idx = 0;
21552155
bool is_within_constraints = false;
21562156
for (size_t i = 0; i < points.size(); ++i) {
2157-
const auto yaw =autoware_utils::calc_yaw_deviation(
2158-
autoware_utils::get_pose(points.at(i)), pose);
2157+
const auto yaw =
2158+
autoware_utils::calc_yaw_deviation(autoware_utils::get_pose(points.at(i)), pose);
21592159
const auto squared_dist =
21602160
autoware_utils::calc_squared_distance2d(points.at(i), pose.position);
21612161

0 commit comments

Comments
 (0)