Fix format

This commit is contained in:
Siarhei Fedartsou 2023-01-31 14:56:57 +01:00 committed by GitHub
parent df926c553b
commit a32dfed070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@ BOOST_AUTO_TEST_CASE(integer)
BOOST_CHECK_EQUAL(str, "42"); BOOST_CHECK_EQUAL(str, "42");
} }
BOOST_AUTO_TEST_CASE(test_json_issue_6531) { BOOST_AUTO_TEST_CASE(test_json_issue_6531)
{
std::string output; std::string output;
osrm::util::json::Renderer<std::string> renderer(output); osrm::util::json::Renderer<std::string> renderer(output);
renderer(0.0000000000017114087924596788); renderer(0.0000000000017114087924596788);