Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 10, 2024
1 parent a4c28dd commit 66cb9b5
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,9 @@ class ScopedPixelBuffer
Ogre::HardwarePixelBufferSharedPtr pixel_buffer_;
};

enum class VerticalAlignment : uint8_t {
CENTER,
TOP,
BOTTOM
};
enum class VerticalAlignment : uint8_t { CENTER, TOP, BOTTOM };

enum class HorizontalAlignment : uint8_t {
LEFT,
RIGHT,
CENTER
};
enum class HorizontalAlignment : uint8_t { LEFT, RIGHT, CENTER };

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

0 comments on commit 66cb9b5

Please sign in to comment.