remove unneeded else block in if statement
This commit is contained in:
parent
baacd0e50c
commit
a8db29399f
@ -143,10 +143,7 @@ int OSRM_impl::RunQuery(RouteParameters &route_parameters, JSON::Object &json_re
|
|||||||
}
|
}
|
||||||
return 200;
|
return 200;
|
||||||
}
|
}
|
||||||
else
|
return 400;
|
||||||
{
|
|
||||||
return 400;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// proxy code for compilation firewall
|
// proxy code for compilation firewall
|
||||||
|
Loading…
Reference in New Issue
Block a user