Commit f8e95bc
committed
refactor(autoware_traffic_light_visualization): inline marker namespace literal
The single-use kMarkerNamespace constant adds indirection without
clarifying intent. Inline "traffic_light" at the assignment site so
the namespace string is visible where it is set.1 parent 5042c2e commit f8e95bc
1 file changed
Lines changed: 1 addition & 3 deletions
File tree
- perception/autoware_traffic_light_visualization/src/traffic_light_map_visualizer
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
87 | | - | |
| 85 | + | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
0 commit comments