Unverified Commit e8a726df authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update stdout_color_sinks.h

parent 8901cbff
......@@ -24,7 +24,6 @@ using stdout_color_sink_mt = ansicolor_stdout_sink_mt;
using stdout_color_sink_st = ansicolor_stdout_sink_st;
using stderr_color_sink_mt = ansicolor_stderr_sink_mt;
using stderr_color_sink_st = ansicolor_stderr_sink_st;
#endif
} // namespace
......@@ -51,4 +50,4 @@ inline std::shared_ptr<logger> stderr_color_st(const std::string &logger_name)
{
return Factory::template create<stderr_color_sink_mt>(logger_name);
}
} // namespace spdlog
\ No newline at end of file
} // namespace spdlog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment