Code formatting
This commit is contained in:
parent
40143cae1e
commit
4b66e94ecf
@ -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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user