patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2016-05-23 14:24:00 +02:00
parent 0724963c32
commit 6e37721243
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ void TranslatorASP::translate(std::ostream &ostream) const
{
const auto &mutexGroup = mutexGroups[i];
ostream << std::endl << "mutexGroup(mutexGroup" << i << ").";
ostream << std::endl << "mutexGroup(mutexGroup" << i << ")." << std::endl;
const auto &facts = mutexGroup.facts();