Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
pre-commit-ci[bot] committed Jan 24, 2025
1 parent 0007f90 commit 40477de
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
// limitations under the License.

#include "autoware/interpolation/spline_interpolation.hpp"

#include <autoware_utils/geometry/geometry.hpp>

#include <gtest/gtest.h>
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 40477de

Please sign in to comment.