Skip to content

Commit af025e5

Browse files
committed
(fix) update formatting
1 parent fdaaa8d commit af025e5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hydra_visualizer/src/layer_info.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,9 @@ LayerInfo& LayerInfo::graph(const DynamicSceneGraph& graph, LayerId layer) {
195195
return *this;
196196
}
197197

198-
Color LayerInfo::text_color() const {
199-
return colorFromName(config.text.color);
200-
}
198+
Color LayerInfo::text_color() const { return colorFromName(config.text.color); }
201199

202-
Color LayerInfo::edge_color() const {
203-
return colorFromName(config.edges.color);
204-
}
200+
Color LayerInfo::edge_color() const { return colorFromName(config.edges.color); }
205201

206202
bool LayerInfo::shouldVisualize(const spark_dsg::SceneGraphNode& node) const {
207203
if (!config.visualize) {

0 commit comments

Comments
 (0)