mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 17:27:57 -05:00
refactor: use new line character instead of std::endl
This commit is contained in:
@ -58,6 +58,6 @@ std::vector<std::unique_ptr<CommonStructuredDataDef>> StructuredDataDefReader::R
|
||||
if (success)
|
||||
return parser->GetDefs();
|
||||
|
||||
std::cout << "Parsing structured data def file \"" << m_file_name << "\" failed!" << std::endl;
|
||||
std::cout << "Parsing structured data def file \"" << m_file_name << "\" failed!\n";
|
||||
return {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user