Skip to content

Commit f43c104

Browse files
committed
run ./format-files.sh
1 parent e424fa6 commit f43c104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/RoutingGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class RoutingGraph
9292

9393
std::vector<LaneKey> get_lane_successors(const LaneKey& lane_key) const;
9494
std::vector<LaneKey> get_lane_predecessors(const LaneKey& lane_key) const;
95-
RoutingPath shortest_path(const LaneKey& from, const LaneKey& to) const;
95+
RoutingPath shortest_path(const LaneKey& from, const LaneKey& to) const;
9696

9797
std::unordered_set<RoutingGraphEdge> edges;
9898
std::unordered_map<LaneKey, std::unordered_set<WeightedLaneKey>> lane_key_to_successors;

0 commit comments

Comments
 (0)