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 Jul 5, 2024
1 parent 8f27ef0 commit 156f295
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
// Authors: Mamoru Sobue

#ifndef LANELET2_EXTENSION__VERSION_HPP_
#define LANELET2_EXTENSION__VERSION_HPP_
#ifndef AUTOWARE_LANELET2_EXTENSION__VERSION_HPP_
#define AUTOWARE_LANELET2_EXTENSION__VERSION_HPP_

// NOLINTBEGIN(readability-identifier-naming)

Expand All @@ -33,4 +33,4 @@ enum class Version : int {
static constexpr Version version = Version::v1;
} // namespace lanelet::autoware

#endif // LANELET2_EXTENSION__VERSION_HPP_
#endif // AUTOWARE_LANELET2_EXTENSION__VERSION_HPP_

0 comments on commit 156f295

Please sign in to comment.