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 178c86a commit 058a8e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ Optuna is also used as a reference for implementation.
*/

#include <cstdint>
#include <limits>
#include <random>
#include <vector>

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

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 058a8e9

Please sign in to comment.