From ccd57abd110e7477df8077c1ae2a2254936195f1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:13:08 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../system/diagnostic_graph_aggregator/autoware-awsim.yaml | 4 +++- .../system/diagnostic_graph_aggregator/autoware-main.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-awsim.yaml b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-awsim.yaml index 937cfdeb65..44c959249f 100644 --- a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-awsim.yaml +++ b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-awsim.yaml @@ -1,5 +1,7 @@ files: - - { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml } + - { + path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml, + } edits: - { type: remove, path: /autoware/system/duplicated_node_checker } diff --git a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-main.yaml b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-main.yaml index c96dd5ed46..f79f17398b 100644 --- a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-main.yaml +++ b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-main.yaml @@ -1,2 +1,4 @@ files: - - { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml } + - { + path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml, + }