patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2016-06-14 14:18:38 +02:00
parent 94d448d438
commit a7cf696357
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void TranslatorASP::translateTypes() const
if (types.empty())
{
m_ostream << std::endl << "type(object)." << std::endl;
m_ostream << "type(object)." << std::endl;
return;
}