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 6, 2025
1 parent 0ea300c commit dde1f43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Optuna is also used as a reference for implementation.
#include <cstdint>
#include <random>


namespace autoware::localization_util
{
class TreeStructuredParzenEstimator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

#include "autoware/localization_util/covariance_ellipse.hpp"

#include <algorithm>

#include <tf2/utils.h>

#include <algorithm>
#ifdef ROS_DISTRO_GALACTIC
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
#include <algorithm>
#include <cassert>
#include <iostream>
#include <limits>
#include <numeric>

#include <vector>
#include <utility>
#include <limits>
#include <vector>

namespace autoware::localization_util
{
Expand Down
2 changes: 1 addition & 1 deletion localization/autoware_localization_util/src/util_func.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#include "autoware/localization_util/matrix_type.hpp"

#include <string>
#include <algorithm>
#include <string>

namespace autoware::localization_util
{
Expand Down
6 changes: 3 additions & 3 deletions localization/autoware_localization_util/test/test_tpe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

#include <gtest/gtest.h>

#include <string>
#include <vector>
#include <limits>
#include <algorithm>
#include <iostream>
#include <limits>
#include <string>
#include <vector>

using TreeStructuredParzenEstimator = autoware::localization_util::TreeStructuredParzenEstimator;

Expand Down

0 comments on commit dde1f43

Please sign in to comment.