diff --git a/src/helpers/Log.hpp b/src/helpers/Log.hpp index ebf8c4d..357f4f5 100644 --- a/src/helpers/Log.hpp +++ b/src/helpers/Log.hpp @@ -52,6 +52,6 @@ namespace Debug { std::cout << "] "; } - std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n"; + std::cout << std::vformat(fmt, std::make_format_args(args...)) << std::endl; } }; \ No newline at end of file