From 1fd608351197781956c89a86fb57d073d13401c5 Mon Sep 17 00:00:00 2001 From: ktro2828 Date: Wed, 17 Jul 2024 02:05:36 +0900 Subject: [PATCH] chore: pre-commit Signed-off-by: ktro2828 --- awviz/include/awviz/topic_option.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/awviz/include/awviz/topic_option.hpp b/awviz/include/awviz/topic_option.hpp index a672302..e04b040 100644 --- a/awviz/include/awviz/topic_option.hpp +++ b/awviz/include/awviz/topic_option.hpp @@ -27,7 +27,15 @@ namespace awviz /** * @brief Represent ROS msg types. */ -enum MsgType { Unknown, PointCloud, CameraInfo, Image, CompressedImage, DetectedObjects, TrackedObjects }; +enum MsgType { + Unknown, + PointCloud, + CameraInfo, + Image, + CompressedImage, + DetectedObjects, + TrackedObjects +}; /** * @brief Convert string name of ROS msg into MsgType.