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 Jan 24, 2025
1 parent 0007f90 commit 40477de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#define AUTOWARE__INTERPOLATION__SPLINE_INTERPOLATION_HPP_

#include "autoware/interpolation/interpolation_utils.hpp"
#include <autoware_utils/geometry/geometry.hpp>

#include <Eigen/Core>
#include <autoware_utils/geometry/geometry.hpp>

#include <algorithm>
#include <cmath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

#include "autoware/interpolation/spline_interpolation.hpp"

#include <autoware_utils/geometry/geometry.hpp>

#include <gtest/gtest.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include "autoware/interpolation/spline_interpolation.hpp"
#include "autoware/interpolation/spline_interpolation_points_2d.hpp"

#include <autoware_utils/geometry/geometry.hpp>

#include <gtest/gtest.h>
Expand Down

0 comments on commit 40477de

Please sign in to comment.