Skip to content

Commit 6c5a8be

Browse files
fix ci
1 parent 2d5bfe7 commit 6c5a8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/extractor/obstacles.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ObstacleMap
122122
using FromToObstacle = std::tuple<NodeID, NodeID, Obstacle>;
123123

124124
public:
125-
ObstacleMap() {};
125+
ObstacleMap(){};
126126

127127
// Insert an obstacle using the OSM node id.
128128
//

0 commit comments

Comments
 (0)