diff --git a/include/server/api/parsed_url.hpp b/include/server/api/parsed_url.hpp index 2f76c0c93..c80519636 100644 --- a/include/server/api/parsed_url.hpp +++ b/include/server/api/parsed_url.hpp @@ -28,9 +28,9 @@ struct ParsedURL final } // osrm BOOST_FUSION_ADAPT_STRUCT(osrm::server::api::ParsedURL, - (std::string, service), - (unsigned, version), - (std::string, profile), + (std::string, service) + (unsigned, version) + (std::string, profile) (std::string, query) )