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 May 31, 2023
1 parent 4f1d578 commit 50f0284
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg name="param_path"
default="$(find-pkg-share autoware_auto_msgs_adapter)/config/autoware_auto_msgs_adapter.param.yaml"/>
<arg name="param_path" default="$(find-pkg-share autoware_auto_msgs_adapter)/config/autoware_auto_msgs_adapter.param.yaml"/>

<node pkg="autoware_auto_msgs_adapter" exec="autoware_auto_msgs_adapter_exe" name="autoware_auto_msgs_adapter"
output="screen">
<node pkg="autoware_auto_msgs_adapter" exec="autoware_auto_msgs_adapter_exe" name="autoware_auto_msgs_adapter" output="screen">
<param from="$(var param_path)"/>
</node>
</launch>

0 comments on commit 50f0284

Please sign in to comment.