Minor formatting.
This commit is contained in:
parent
0724963c32
commit
6e37721243
@ -176,7 +176,7 @@ void TranslatorASP::translate(std::ostream &ostream) const
|
|||||||
{
|
{
|
||||||
const auto &mutexGroup = mutexGroups[i];
|
const auto &mutexGroup = mutexGroups[i];
|
||||||
|
|
||||||
ostream << std::endl << "mutexGroup(mutexGroup" << i << ").";
|
ostream << std::endl << "mutexGroup(mutexGroup" << i << ")." << std::endl;
|
||||||
|
|
||||||
const auto &facts = mutexGroup.facts();
|
const auto &facts = mutexGroup.facts();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user