mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
refactor: use new line character instead of std::endl
This commit is contained in:
@ -412,7 +412,7 @@ bool Templater::TemplateToDirectory(const std::string& outputDirectory) const
|
||||
}
|
||||
catch (ParsingException& e)
|
||||
{
|
||||
std::cerr << "Error: " << e.FullMessage() << std::endl;
|
||||
std::cerr << "Error: " << e.FullMessage() << "\n";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user