Add newlin to color_sinks.cpp

This commit is contained in:
Mikael Lund 2021-05-30 13:07:16 +01:00
parent cd376a5c43
commit faf06bcfe5

View File

@ -49,3 +49,4 @@ template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_mt<spdl
const std::string &logger_name, color_mode mode);
template SPDLOG_API std::shared_ptr<spdlog::logger> spdlog::stderr_color_st<spdlog::async_factory>(
const std::string &logger_name, color_mode mode);