Skip to content

Commit abbfb90

Browse files
style(pre-commit): autofix
1 parent 9fc1daa commit abbfb90

File tree

1 file changed

+1
-1
lines changed
  • perception/traffic_light_visualization/src/traffic_light_roi_visualizer

1 file changed

+1
-1
lines changed

perception/traffic_light_visualization/src/traffic_light_roi_visualizer/shape_draw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ void drawTrafficLightShape(
155155
cv::putText(
156156
image, "?", cv::Point(position.x, position.y - 5), cv::FONT_HERSHEY_COMPLEX, 0.5, color, 2);
157157
}
158-
}
158+
}

0 commit comments

Comments
 (0)