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 19, 2023
1 parent feb13af commit 6bbee43
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

#include "include/parse_version.hpp"

#include <rclcpp/rclcpp.hpp>

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <rclcpp/rclcpp.hpp>

namespace autoware_version_manager
{
Expand All @@ -27,7 +26,9 @@ AutowareVersionManagerNode::AutowareVersionManagerNode(const rclcpp::NodeOptions
: rclcpp::Node("autoware_version_manager_node", node_options)
{
try {
const std::filesystem::path path_version_autoware = ament_index_cpp::get_package_share_directory("autoware_version_manager") + "/data/version-autoware.yaml";
const std::filesystem::path path_version_autoware =
ament_index_cpp::get_package_share_directory("autoware_version_manager") +
"/data/version-autoware.yaml";
const std::filesystem::path path_version_component_interface =
declare_parameter<std::string>("path_version_component_interface");

Expand Down

0 comments on commit 6bbee43

Please sign in to comment.