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] authored and h-ohta committed Aug 17, 2022
1 parent 9727987 commit 356f478
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 356f478

Please sign in to comment.