Skip to content

Commit 6196556

Browse files
style(pre-commit): autofix
1 parent 4f296a0 commit 6196556

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

map/autoware_lanelet2_map_divider/src/lanelet2_map_divider.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ void Lanelet2MapDivider::run()
209209
// Grid sizes below 1.0 truncate to a step of 0 in divide_and_save's int-cast loop,
210210
// which would spin forever.
211211
if (grid_size_x_ < 1.0 || grid_size_y_ < 1.0) {
212-
RCLCPP_ERROR(
213-
logger_, "Grid size must be >= 1.0 (got x=%f, y=%f).", grid_size_x_, grid_size_y_);
212+
RCLCPP_ERROR(logger_, "Grid size must be >= 1.0 (got x=%f, y=%f).", grid_size_x_, grid_size_y_);
214213
return;
215214
}
216215

0 commit comments

Comments
 (0)