Skip to content

Commit 66cb9b5

Browse files
style(pre-commit): autofix
1 parent a4c28dd commit 66cb9b5

File tree

1 file changed

+2
-10
lines changed
  • common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/include

1 file changed

+2
-10
lines changed

common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/include/overlay_utils.hpp

+2-10
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,9 @@ class ScopedPixelBuffer
8787
Ogre::HardwarePixelBufferSharedPtr pixel_buffer_;
8888
};
8989

90-
enum class VerticalAlignment : uint8_t {
91-
CENTER,
92-
TOP,
93-
BOTTOM
94-
};
90+
enum class VerticalAlignment : uint8_t { CENTER, TOP, BOTTOM };
9591

96-
enum class HorizontalAlignment : uint8_t {
97-
LEFT,
98-
RIGHT,
99-
CENTER
100-
};
92+
enum class HorizontalAlignment : uint8_t { LEFT, RIGHT, CENTER };
10193

10294
/**
10395
* Helper class for realizing an overlay object on top of the rviz 3D panel.

0 commit comments

Comments
 (0)