Extra semicolon
This commit is contained in:
parent
64cb134113
commit
6a81a9d191
@ -77,7 +77,6 @@ void RequestHandler::HandleRequest(const http::request ¤t_request, http::r
|
|||||||
|
|
||||||
auto api_iterator = request_string.begin();
|
auto api_iterator = request_string.begin();
|
||||||
auto maybe_parsed_url = api::parseURL(api_iterator, request_string.end());
|
auto maybe_parsed_url = api::parseURL(api_iterator, request_string.end());
|
||||||
;
|
|
||||||
ServiceHandler::ResultT result;
|
ServiceHandler::ResultT result;
|
||||||
|
|
||||||
// check if the was an error with the request
|
// check if the was an error with the request
|
||||||
|
Loading…
Reference in New Issue
Block a user