Minor formatting.

This commit is contained in:
2017-06-17 17:07:29 +02:00
parent de69003105
commit f349b5e351

View File

@@ -14,8 +14,6 @@ const auto pddlInstanceBasePath = fs::path("data") / "pddl-instances";
TEST_CASE("[PDDL parser] The official PDDL instances are parsed correctly", "[PDDL parser]")
{
std::cout << std::endl;
pddl::Tokenizer tokenizer;
pddl::Context context(std::move(tokenizer), ignoreWarnings);