Fix format
This commit is contained in:
parent
df926c553b
commit
a32dfed070
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user