Extra semicolon

This commit is contained in:
Daniel J. Hofmann 2016-04-01 10:53:53 +02:00 committed by Patrick Niklaus
parent 64cb134113
commit 6a81a9d191

View File

@ -77,7 +77,6 @@ void RequestHandler::HandleRequest(const http::request &current_request, http::r
auto api_iterator = request_string.begin();
auto maybe_parsed_url = api::parseURL(api_iterator, request_string.end());
;
ServiceHandler::ResultT result;
// check if the was an error with the request