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 Sep 1, 2023
1 parent c8c8698 commit 56152c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sensing/imu_corrector/src/imu_corrector_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

#include "imu_corrector_core.hpp"

#include <algorithm>

#include <geometry_msgs/msg/vector3_stamped.hpp>

#include <algorithm>

std::array<double, 9> transformCovariance(const std::array<double, 9> & cov)
{
using COV_IDX = tier4_autoware_utils::xyz_covariance_index::XYZ_COV_IDX;
Expand Down

0 comments on commit 56152c9

Please sign in to comment.