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 Feb 16, 2024
1 parent c229764 commit 1cd6b7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sample_autoware/caret_topic_filter.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

export CARET_IGNORE_NODES=\
"\
export CARET_IGNORE_NODES="\
/aggregator_node:\
/autoware_api/*:\
/awapi/*:\
Expand All @@ -24,8 +23,7 @@ export CARET_IGNORE_NODES=\
/caret_trace_*:\
"

export CARET_IGNORE_TOPICS=\
"\
export CARET_IGNORE_TOPICS="\
/api/*:\
/autoware/*:\
/awapi/*:\
Expand Down

0 comments on commit 1cd6b7b

Please sign in to comment.