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 12, 2023
1 parent 0733485 commit 9ee7525
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autoware_system_msgs/msg/AutowareState.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ uint8 DRIVING = 5
uint8 ARRIVED_GOAL = 6
uint8 FINALIZING = 7
builtin_interfaces/Time stamp
uint8 state
uint8 state
2 changes: 1 addition & 1 deletion autoware_system_msgs/msg/HazardStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ boolean emergency_holding
diagnostic_msgs/DiagnosticStatus[] diag_no_fault
diagnostic_msgs/DiagnosticStatus[] diag_safe_fault
diagnostic_msgs/DiagnosticStatus[] diag_latent_fault
diagnostic_msgs/DiagnosticStatus[] diag_single_point_fault
diagnostic_msgs/DiagnosticStatus[] diag_single_point_fault
2 changes: 1 addition & 1 deletion autoware_system_msgs/msg/HazardStatusStamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
autoware_system_msgs/HazardStatus status
autoware_system_msgs/HazardStatus status
2 changes: 1 addition & 1 deletion autoware_system_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<build_depend>rosidl_default_generators</build_depend>

<depend>builtin_interfaces</depend>
<depend>diagnostic_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>std_msgs</depend>
<depend>unique_identifier_msgs</depend>
<depend>diagnostic_msgs</depend>

<exec_depend>rosidl_default_runtime</exec_depend>

Expand Down

0 comments on commit 9ee7525

Please sign in to comment.