mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
clang-format
This commit is contained in:
@@ -22,7 +22,6 @@ TEST_CASE("stdout_mt", "[stdout]")
|
||||
spdlog::drop_all();
|
||||
}
|
||||
|
||||
|
||||
TEST_CASE("stderr_st", "[stderr]")
|
||||
{
|
||||
auto l = spdlog::stderr_logger_st("test");
|
||||
@@ -60,7 +59,6 @@ TEST_CASE("stdout_color_mt", "[stdout]")
|
||||
spdlog::drop_all();
|
||||
}
|
||||
|
||||
|
||||
TEST_CASE("stderr_color_st", "[stderr]")
|
||||
{
|
||||
auto l = spdlog::stderr_color_st("test");
|
||||
|
Reference in New Issue
Block a user