mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Code formatting
This commit is contained in:
@@ -54,7 +54,6 @@ int main(int argc, char *argv[])
|
|||||||
spdlog::info("Single thread, {:n} iterations", howmany);
|
spdlog::info("Single thread, {:n} iterations", howmany);
|
||||||
spdlog::info("**************************************************************");
|
spdlog::info("**************************************************************");
|
||||||
|
|
||||||
|
|
||||||
auto basic_st = spdlog::basic_logger_st("basic_st", "logs/basic_st.log", true);
|
auto basic_st = spdlog::basic_logger_st("basic_st", "logs/basic_st.log", true);
|
||||||
bench(howmany, std::move(basic_st));
|
bench(howmany, std::move(basic_st));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user