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 Jun 24, 2024
1 parent 53e43a2 commit c7da2cd
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <string>
#include <memory>
#include "availability_converter.hpp"

#include "rclcpp/rclcpp.hpp"

#include <memory>
#include <string>

namespace leader_election_converter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef COMMON__AVAILABILITY_CONVERTER_HPP_
#define COMMON__AVAILABILITY_CONVERTER_HPP_
#ifndef COMMON__CONVERTER__AVAILABILITY_CONVERTER_HPP_
#define COMMON__CONVERTER__AVAILABILITY_CONVERTER_HPP_

#include <autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
#include <tier4_system_msgs/msg/operation_mode_availability.hpp>
#include "udp_sender.hpp"

#include <rclcpp/rclcpp.hpp>
#include <string>
#include <memory>

#include "udp_sender.hpp"
#include <autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
#include <tier4_system_msgs/msg/operation_mode_availability.hpp>

#include <memory>
#include <string>

namespace leader_election_converter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <string>
#include <memory>

#include "rclcpp/rclcpp.hpp"
#include "log_converter.hpp"

#include "rclcpp/rclcpp.hpp"

#include <memory>
#include <string>

namespace leader_election_converter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
#include <string>
#include <thread>

#include "udp_sender.hpp"
#include "udp_receiver.hpp"

namespace leader_election_converter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <string>
#include <memory>

#include "rclcpp/rclcpp.hpp"
#include "mrm_converter.hpp"

#include "rclcpp/rclcpp.hpp"

#include <memory>
#include <string>

namespace leader_election_converter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
#include <string>
#include <thread>

#include "udp_sender.hpp"
#include "udp_receiver.hpp"

namespace leader_election_converter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#define COMMON__CONVERTER__UDP_RECEIVER_HPP_

#include <errno.h>
#include <string>
#include <fcntl.h>
#include <netdb.h>
#include <sys/socket.h>
Expand All @@ -28,6 +27,7 @@
#include <functional>
#include <iostream>
#include <stdexcept>
#include <string>

namespace leader_election_converter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#include <string>

#include <cstring>
#include <iostream>
#include <stdexcept>
#include <string>

namespace leader_election_converter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <string>

#include "leader_election_converter.hpp"

#include <string>

namespace leader_election_converter
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@
#ifndef NODE__LEADER_ELECTION_CONVERTER_HPP_
#define NODE__LEADER_ELECTION_CONVERTER_HPP_

#include <rclcpp/rclcpp.hpp>
#include <memory>
#include <string>

#include "availability_converter.hpp"
#include "log_converter.hpp"
#include "mrm_converter.hpp"

#include <rclcpp/rclcpp.hpp>

#include <memory>
#include <string>

namespace leader_election_converter
{
Expand Down

0 comments on commit c7da2cd

Please sign in to comment.