Removed unwanted newline.

This commit is contained in:
2016-11-24 14:47:02 +01:00
parent 83737755fc
commit c92de5e461
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ void translate(const char *fileName, std::istream &stream, Context &context)
[&context](const Clingo::AST::Statement &statement)
{
statement.data.accept(StatementVisitor(), statement, context);
context.logger.outputStream() << std::endl;
};
const auto logger =