diff --git a/ex03/src/Intern.cpp b/ex03/src/Intern.cpp index f028d57..19e3ad0 100644 --- a/ex03/src/Intern.cpp +++ b/ex03/src/Intern.cpp @@ -79,7 +79,8 @@ AForm *Intern::makeForm(const std::string &formName, const std::string &target) { if (formName == formTypeStrs[i]) { - std::cout << INTERN << "Intern creates " << formName << " form." << std::endl; + std::cout << INTERN << "Intern creates " << formName << " form." + << std::endl; return formFactories[i](target); } }