File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ class EdgeWalker {
153
153
current_edge_ = 0 ;
154
154
current_idx_ = 0 ;
155
155
156
- // TODO: Once rr_graph_storage is fully shadowed by RRGraphView, the cached nodes_ will be removed.
156
+ // TODO: Once rr_graph_storage is fully shadowed by RRGraphView, the cached nodes_ will be removed.
157
157
for (const auto & node : *nodes) {
158
158
num_edges_ += rr_graph_->num_edges (node.id ());
159
159
}
@@ -1002,7 +1002,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
1002
1002
1003
1003
inline EdgeWalker get_rr_graph_rr_edges (void *& /* ctx*/ ) final {
1004
1004
EdgeWalker walker;
1005
- walker.initialize (rr_nodes_,rr_graph_);
1005
+ walker.initialize (rr_nodes_, rr_graph_);
1006
1006
return walker;
1007
1007
}
1008
1008
You can’t perform that action at this time.
0 commit comments