Skip to content

Commit

Permalink
fix pre-commit errors
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo committed Feb 14, 2025
1 parent 751058a commit 3efa729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "recovery.hpp"

#include <algorithm>
#include <memory>

namespace diagnostic_graph_utils
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include <functional>
#include <map> // Use map for sorting keys.
#include <memory>
#include <string>
#include <vector>

Expand Down

0 comments on commit 3efa729

Please sign in to comment.