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 Nov 15, 2023
1 parent 10cc2d0 commit b9a277a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoware_launch/config/multi_data_monitor/status_panel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ widgets:
{
class: subscription,
topic: /planning/scenario_planning/lane_driving/behavior_planning/debug/traffic_signal,
field: ""
field: "",
}
rules:
- class: Access
Expand All @@ -185,8 +185,8 @@ widgets:
- { eq: 1, value: Red, attrs: { back-color: red } }
- { eq: 2, value: Yellow, attrs: { back-color: yellow } }
- { eq: 3, value: Green, attrs: { back-color: lime } }
- { eq: 0, value: Unknown, }
- { eq: ERROR-VALUE, value: None, }
- { eq: 0, value: Unknown }
- { eq: ERROR-VALUE, value: None }

filters:
- class: function
Expand Down

0 comments on commit b9a277a

Please sign in to comment.