Run scripts/format.sh

This commit is contained in:
David Audrain
2017-10-16 10:30:08 -04:00
committed by Patrick Niklaus
parent 1be7dedda7
commit 963c042b2a
2 changed files with 5 additions and 8 deletions
+2 -4
View File
@@ -108,10 +108,8 @@ BOOST_AUTO_TEST_CASE(test_nearest_response_for_location_in_small_component)
const auto &nodes = waypoint_object.values.at("nodes").get<json::Array>().values;
BOOST_CHECK(nodes.size() == 2);
BOOST_CHECK(nodes[0].get<util::json::Number>().value !=
0);
BOOST_CHECK(nodes[1].get<util::json::Number>().value !=
0);
BOOST_CHECK(nodes[0].get<util::json::Number>().value != 0);
BOOST_CHECK(nodes[1].get<util::json::Number>().value != 0);
}
}