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 Dec 16, 2024
1 parent a05a08d commit b50f6ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ MapProjectionLoader::MapProjectionLoader(const rclcpp::NodeOptions & options)
load_map_projector_info(yaml_filename, lanelet2_map_filename);

// Publish the message
publisher_ = this->create_publisher<MapProjectorInfo::Message>("map_projector_info", MapProjectorInfo::get_qos());
publisher_ = this->create_publisher<MapProjectorInfo::Message>(
"map_projector_info", MapProjectorInfo::get_qos());
publisher_->publish(msg);
}
} // namespace autoware::map_projection_loader
Expand Down

0 comments on commit b50f6ad

Please sign in to comment.