Minor formatting.
This commit is contained in:
parent
1dd55715f1
commit
eed215871a
@ -131,9 +131,10 @@ void TranslatorASP::translate(std::ostream &ostream) const
|
|||||||
effect.postcondition().value().printAsASPCommaSeparated(ostream);
|
effect.postcondition().value().printAsASPCommaSeparated(ostream);
|
||||||
ostream << ")." << std::endl;
|
ostream << ")." << std::endl;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ostream << std::endl;
|
||||||
});
|
});
|
||||||
|
|
||||||
ostream << std::endl;
|
|
||||||
ostream << "% initial state" << std::endl;
|
ostream << "% initial state" << std::endl;
|
||||||
|
|
||||||
const auto &initialStateFacts = m_description.initialState().facts();
|
const auto &initialStateFacts = m_description.initialState().facts();
|
||||||
|
Reference in New Issue
Block a user