Fixed syntax error in output format.
This commit is contained in:
parent
b67168134b
commit
8969364f73
@ -153,7 +153,7 @@ void TranslatorASP::translatePredicates() const
|
|||||||
|
|
||||||
printPredicateName(predicate);
|
printPredicateName(predicate);
|
||||||
|
|
||||||
m_outputStream << ", " << utils::Keyword(value) << ")";
|
m_outputStream << ", " << utils::Keyword(value) << "))";
|
||||||
|
|
||||||
this->translateVariablesBody(predicate->arguments());
|
this->translateVariablesBody(predicate->arguments());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user