From 987ea38e808376fafa455e9063152154e3df8efb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:46:42 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../test/src/trajectory/benchmark_calcLateralOffset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/motion_utils/test/src/trajectory/benchmark_calcLateralOffset.cpp b/common/motion_utils/test/src/trajectory/benchmark_calcLateralOffset.cpp index d67feb34bb7e5..549ca4c0ae5bb 100644 --- a/common/motion_utils/test/src/trajectory/benchmark_calcLateralOffset.cpp +++ b/common/motion_utils/test/src/trajectory/benchmark_calcLateralOffset.cpp @@ -74,4 +74,4 @@ TEST(trajectory_benchmark, DISABLED_calcLateralOffset) const auto point = createPoint(uniform_dist(e1), uniform_dist(e1), 0.0); calcLateralOffset(traj.points, point); } -} \ No newline at end of file +}