kill superflous semicolon
This commit is contained in:
parent
662714fca3
commit
a492bf3885
@ -101,7 +101,7 @@ void RequestHandler::handle_request(const http::Request& req, http::Reply& rep){
|
||||
"[server error] code: " << e.what() << ", uri: " << req.uri;
|
||||
return;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
void RequestHandler::RegisterRoutingMachine(OSRM * osrm) {
|
||||
routing_machine = osrm;
|
||||
|
Loading…
Reference in New Issue
Block a user