Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 17, 2022
1 parent 94f9c73 commit 071b90d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class BoolProperty;

namespace rviz_plugins
{
class PoseHistory : public rviz_common::MessageFilterDisplay<geometry_msgs::msg::PoseStamped> // NOLINT [cppcoreguidelines-special-member-functions]
class PoseHistory
: public rviz_common::MessageFilterDisplay<
geometry_msgs::msg::PoseStamped> // NOLINT [cppcoreguidelines-special-member-functions]
{
Q_OBJECT

Expand Down

0 comments on commit 071b90d

Please sign in to comment.